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

Dan Liew via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 27 11:01:36 PDT 2023


================
@@ -0,0 +1,9 @@
+// RUN: %clang -c %s -### 2>&1 | not grep fbounds-safety-experimental
----------------
delcypher wrote:

Could we use `FileCheck` here instead of `grep`?

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


More information about the cfe-commits mailing list