[clang] [Clang] Overflow Pattern Exclusions (PR #100272)
Bill Wendling via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 8 15:43:27 PDT 2024
================
@@ -555,6 +570,11 @@ class LangOptions : public LangOptionsBase {
/// The default stream kind used for HIP kernel launching.
GPUDefaultStreamKind GPUDefaultStream;
+ /// Which overflow patterns should be excluded from sanitizer instrumentation
+ int OverflowPatternExclusionMask = 0;
----------------
bwendling wrote:
Use an `unsigned int` here.
https://github.com/llvm/llvm-project/pull/100272
More information about the cfe-commits
mailing list