[clang] [clang][bytecode] Avoid revisiting decomposition decl in visitDeclRef (PR #144226)
Sirui Mu via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 15 07:25:15 PDT 2025
================
@@ -141,3 +141,11 @@ template <int x> constexpr auto c() {
}
auto y = c<1>(); // both-note {{in instantiation of function template specialization 'c<1>' requested here}}
+
+namespace non_constexpr_structured_binding {
----------------
Lancern wrote:
Sorry about that... Updated.
https://github.com/llvm/llvm-project/pull/144226
More information about the cfe-commits
mailing list