[clang] [Driver][BoundsSafety] Add -fbounds-safety-experimental flag (PR #70480)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 31 09:16:09 PDT 2023


================
@@ -0,0 +1,25 @@
+// RUN: not %clang -fbounds-safety-experimental -x c++ %s 2>&1 | FileCheck -check-prefix ERR %s
+
----------------
MaskRay wrote:

We use a terse style and use a blank line to group different sets of tests. Here the blank line use is unnecessary and harms readability IMO.

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


More information about the cfe-commits mailing list