================
@@ -2421,6 +2404,14 @@ def fsanitize_EQ : CommaJoined<["-"], "fsanitize=">,
Group<f_clang_Group>,
"or suspicious behavior. See user manual for
available checks">;
def fno_sanitize_EQ : CommaJoined<["-"], "fno-sanitize=">,
Group<f_clang_Group>,
Visibility<[ClangOption, CLOption]>;
+def fsanitize_ignore_for_ubsan_feature_EQ
+ : CommaJoined<["-"], "fsanitize-ignore-for-ubsan-feature=">,
----------------
vitalybuka wrote:
I can see that #148323 breaks some pre-existing code.
If it's not large scale issue, it's probably does not worse of a new flag.
https://github.com/llvm/llvm-project/pull/170822
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits