================
@@ -10659,7 +10674,8 @@
TreeTransform<Derived>::TransformOMPThreadsetClause(OMPThreadsetClause *C) {
template <typename Derived>
OMPClause *
TreeTransform<Derived>::TransformOMPTransparentClause(OMPTransparentClause *C)
{
- return C;
+ return getDerived().RebuildOMPTransparentClause(
+ C->getImpexType(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
----------------
alexey-bataev wrote:
Add a test with the templates and instantiation
https://github.com/llvm/llvm-project/pull/166810
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits