[clang] Add fine-grained `__has_feature()` cutout (PR #170822)
Florian Mayer via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 26 00:55:41 PST 2025
================
@@ -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
----------------
fmayer wrote:
I don't think this is correct? Isn't it "Set of (UBSan) sanitizers that when enabled do not cause ..."?
https://github.com/llvm/llvm-project/pull/170822
More information about the cfe-commits
mailing list