[clang] [clang-tools-extra] [Clang][C++29] Template pack indexing (PR #218738)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 26 08:11:04 PDT 2026
================
@@ -540,7 +540,10 @@ bool RecursiveASTVisitor<Derived>::TraverseTypeConstraint(
TRY_TO(TraverseConceptReference(C->getConceptReference()));
return true;
}
- if (Expr *IDC = C->getImmediatelyDeclaredConstraint()) {
+ // A concept named through a template template parameter has no
----------------
cor3ntin wrote:
That's a leftover of some nonsense i tried to get clangd working, so I can remove both the code and the comment
https://github.com/llvm/llvm-project/pull/218738
More information about the cfe-commits
mailing list