@@ -2536,28 +2536,28 @@ def fno_sanitize_merge_handlers : Flag<["-"], "fno-sanitize-merge">, Group<f_cla
25362536def fsanitize_annotate_debug_info_EQ
25372537 : CommaJoined<["-"], "fsanitize-annotate-debug-info=">,
25382538 Group<f_clang_Group>,
2539- HelpText<"Annotate checks with debug info for specified sanitizers, if "
2540- " supported">;
2539+ HelpText<"Annotate sanitizer instrumentation with extra debug info for "
2540+ the specified sanitizers, if supported">;
25412541def fno_sanitize_annotate_debug_info_EQ
25422542 : CommaJoined<["-"], "fno-sanitize-annotate-debug-info=">,
25432543 Group<f_clang_Group>,
2544- HelpText<"Do not allow compiler to annotate checks with debug info for "
2545- "specified sanitizers">;
2544+ HelpText<"Do not allow compiler to annotate sanitizer instrumentation "
2545+ "with extra debug info for the specified sanitizers">;
25462546def fsanitize_annotate_debug_info
25472547 : Flag<["-"], "fsanitize-annotate_debug_info">,
25482548 Group<f_clang_Group>,
25492549 Alias<fsanitize_annotate_debug_info_EQ>,
25502550 AliasArgs<["all"]>,
2551- HelpText<"Allow compiler to annotate checks with debug info for all "
2552- "sanitizers, where supported">;
2551+ HelpText<"Allow compiler to annotate sanitizer instrumentation with "
2552+ "extra debug info for all sanitizers, where supported">;
25532553def fno_sanitize_annotate_debug_info
25542554 : Flag<["-"], "fno-sanitize-annotate_debug_info">,
25552555 Group<f_clang_Group>,
25562556 Alias<fno_sanitize_annotate_debug_info_EQ>,
25572557 AliasArgs<["all"]>,
25582558 Visibility<[ClangOption, CLOption]>,
2559- HelpText<"Do not allow compiler to annotate checks with debug info for "
2560- "any sanitizers">;
2559+ HelpText<"Do not allow compiler to annotate sanitizer instrumentation "
2560+ "with extra debug info for any sanitizers">;
25612561def fsanitize_undefined_trap_on_error
25622562 : Flag<["-"], "fsanitize-undefined-trap-on-error">, Group<f_clang_Group>,
25632563 Alias<fsanitize_trap_EQ>, AliasArgs<["undefined"]>;
0 commit comments