[PATCH] D137712: Correctly handle Substitution failure in concept specialization.
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 10 20:54:32 PST 2022
shafik added inline comments.
================
Comment at: clang/lib/AST/ExprConcepts.cpp:112-113
+ return ConceptSpecializationExpr::Create(
+ C, NNS, TemplateKWLoc, ConceptNameInfo, FoundDecl, NamedConcept, nullptr,
+ nullptr, Satisfaction);
+}
----------------
I think I got the parameter names correct.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137712/new/
https://reviews.llvm.org/D137712
More information about the cfe-commits
mailing list