[clang] [clang][bytecode] Avoid revisiting decomposition decl in visitDeclRef (PR #144226)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 14 20:58:40 PDT 2025


================
@@ -0,0 +1,8 @@
+// RUN: %clang_cc1 -std=c++17 -verify %s -fexperimental-new-constant-interpreter
+// RUN: %clang_cc1 -std=c++17 -verify %s
+
+void f1() {
----------------
tbaederr wrote:

Add this test in its own namespace to `cxx17.cpp` please.

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


More information about the cfe-commits mailing list