[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:55:46 PDT 2023


================
@@ -0,0 +1,11 @@
+// RUN: %clang -c %s -### 2>&1 | FileCheck -check-prefix T0 %s
----------------
rapidsna wrote:

@nickdesaulniers @MaskRay Thank you! I removed the new directory and moved the tests to conform to the existing layout.

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


More information about the cfe-commits mailing list