[clang] [Clang] Re-land Overflow Pattern Exclusions (PR #104889)

Justin Stitt via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 20 12:22:34 PDT 2024


================
@@ -119,6 +119,10 @@ static SanitizerMask parseArgValues(const Driver &D, const llvm::opt::Arg *A,
 static int parseCoverageFeatures(const Driver &D, const llvm::opt::Arg *A,
                                  bool DiagnoseErrors);
 
+static int parseOverflowPatternExclusionValues(const Driver &D,
----------------
JustinStitt wrote:

Yep. [03f5d81](https://github.com/llvm/llvm-project/pull/104889/commits/03f5d81374784377d382eef7286d74eb712c7395)

https://github.com/llvm/llvm-project/pull/104889


More information about the cfe-commits mailing list