================
@@ -5192,6 +5198,46 @@ bool TreeTransform<Derived>::TransformTemplateArguments(
   return false;
 }
 
+template <typename Derived>
----------------
cor3ntin wrote:

The goal is to only transform Arguments that are concept

```
SomeConcept<SomeType, SomeValue, SomeConceptName>
                                                                             ^- 
only transform that - everything else goes into the mapping instead
```

https://github.com/llvm/llvm-project/pull/163827
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to