[clang] Add fine-grained `__has_feature()` cutout (PR #170822)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 12 19:58:13 PST 2026
================
@@ -441,6 +441,9 @@ class LangOptions : public LangOptionsBase {
SanitizerSet Sanitize;
/// Is at least one coverage instrumentation type enabled.
bool SanitizeCoverage = false;
+ /// Set of enabled (undefined behavior) sanitizers that do not cause
----------------
j39m wrote:
Pushing a fixup commit to incorporate...
https://github.com/llvm/llvm-project/pull/170822
More information about the cfe-commits
mailing list