[clang] [Clang] Substitute non dependent concepts in constraints (PR #163827)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 17 00:00:15 PDT 2025
================
@@ -694,6 +694,12 @@ class TreeTransform {
TemplateArgumentListInfo &Outputs,
bool Uneval = false);
+ template <typename InputIterator>
+ bool TransformConceptTemplateArguments(InputIterator First,
----------------
cor3ntin wrote:
I'd rather we stay consistent with the other TransformTemplateArguments functions - we could do a subsequent cleanup
https://github.com/llvm/llvm-project/pull/163827
More information about the cfe-commits
mailing list