[clang] Add fine-grained `__has_feature()` cutout (PR #170822)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 6 12:58:09 PST 2026
================
@@ -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
More information about the cfe-commits
mailing list