[clang] [Clang] Overflow Pattern Exclusions (PR #100272)

Bill Wendling via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 15:43:26 PDT 2024


================
@@ -0,0 +1,83 @@
+// Check for potential false positives from patterns that _almost_ match classic overflow-dependent or overflow-prone code patterns
----------------
bwendling wrote:

In general, I think it's expected the RUN lines will be first and any comments about the test can come afterwards. It allows the comments to be set out more prominently. (Here and the next testcase.)

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


More information about the cfe-commits mailing list