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

Yeoul Na via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 2 11:59:26 PDT 2023


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

@MaskRay Thank you! I removed the blank lines.

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


More information about the cfe-commits mailing list