[clang] [clang][AST] Value-initialize deserialized concept specialization args (PR #222148)
Ian Petersen via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 8 19:46:57 PDT 2026
================
@@ -0,0 +1,152 @@
+// Reading an ImplicitConceptSpecializationDecl's trailing template arguments
----------------
ispeters wrote:
I tried that several times, actually; this test is the result of several weeks' worth of time spent with `cvise` trying to find a minimal repro. It was only after finding the assert patch attached to #191361 (which made the repro deterministic) that I was able to make any real progress. I can try again to see if anything pops out.
https://github.com/llvm/llvm-project/pull/222148
More information about the cfe-commits
mailing list