[clang] [Clang] Fix dependent local class instantiation bugs (PR #134038)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 3 08:14:14 PDT 2025


================
@@ -1,6 +1,9 @@
 // RUN: %clang_cc1 -verify -std=c++11 %s
 // RUN: %clang_cc1 -verify -std=c++11 -fdelayed-template-parsing %s
 // RUN: %clang_cc1 -verify -std=c++20 -fsyntax-only %s
+// RUN: %clang_cc1 -std=c++17 %s -DCodeGen -emit-llvm -triple %itanium_abi_triple -o - | FileCheck %s -dump-input=always
+
+#ifndef CodeGen
----------------
erichkeane wrote:

Please don't do this.  Just add a separate test to the CodeGen directory.

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


More information about the cfe-commits mailing list