[clang] [Clang] Reland "Diagnose UB and emit error when identifier has both internal and external linkage" (PR #193567)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 8 09:02:38 PDT 2026
================
@@ -0,0 +1,41 @@
+// RUN: %clang_cc1 -ast-dump -std=c++17 %s | FileCheck %s
----------------
AaronBallman wrote:
```suggestion
// RUN: %clang_cc1 -ast-dump %s | FileCheck %s
```
I don't think there's anything which requires C++17 in the test?
https://github.com/llvm/llvm-project/pull/193567
More information about the cfe-commits
mailing list