We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cdd17 commit 8cdce5eCopy full SHA for 8cdce5e
clang/include/clang/Driver/Options.td
@@ -2549,7 +2549,7 @@ def fsanitize_add_pseudo_functions
2549
Alias<fsanitize_add_pseudo_functions_EQ>,
2550
AliasArgs<["all"]>,
2551
HelpText<"Allow compiler to add pseudo-functions to checks for all "
2552
- "sanitizers, if supported">;
+ "sanitizers, where supported">;
2553
def fno_sanitize_add_pseudo_functions
2554
: Flag<["-"], "fno-sanitize-add-pseudo-functions">,
2555
Group<f_clang_Group>,
0 commit comments