[clang] [clang] Fix clang++ crash on assertions when compiling source (PR #70594)

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 30 13:52:04 PDT 2023


================
@@ -0,0 +1,19 @@
+// RUN: %clang_cc1 -fsyntax-only -std=c++11 %s -verify
----------------
shafik wrote:

Normally if we add a new test just for a specific bug report we name it something like `GH35603.cpp` so we can readily identify the test is linked to github issue 35603. If we add the test to an existing test file we wrap the test in namespace of the same name.

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


More information about the cfe-commits mailing list