Skip to content

Commit 10d20c3

Browse files
committed
README: Clarify this is experimental fork
Changed 'This fork' to 'This experimental fork' to set appropriate expectations about the project's maturity.
1 parent a69e0a9 commit 10d20c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void unsafe(int* data) {
1919
**Standard Clang/GCC**: Both functions compile without warnings.
2020
**This fork**: The `unsafe` function warns you about the potential null dereference.
2121
22-
This fork adds flow-sensitive nullability analysis to Clang while remaining 100% compatible with standard C. It includes all of Clang's features plus enhanced nullability checking in both the compiler and the `clangd` language server.
22+
This experimental fork of Clang adds flow-sensitive nullability analysis while remaining 100% compatible with standard C. It includes all of Clang's features plus enhanced nullability checking in both the compiler and the `clangd` language server.
2323
2424
**By default, strict nullability is enabled and issues warnings.** You can promote warnings to errors with `-Werror=nullability`, or disable the feature entirely with `-fno-strict-nullability`.
2525

0 commit comments

Comments
 (0)