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

Nick Desaulniers via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 31 09:03:25 PDT 2023


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

I would have expected a test like this to be added to clang/test/Driver/clang_f_opts.c

---

why are the new tests in clang/test/BoundsSafety/ rather than the existing directory structures? I'm guessing to avoid merge conflicts when rebasing against upstream? Either way, let's conform to the existing layout?

This comment applies to ALL newly added test files.

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


More information about the cfe-commits mailing list