================
@@ -3530,6 +3530,12 @@ bool
RecursiveASTVisitor<Derived>::VisitOMPThreadsetClause(
return true;
}
+template <typename Derived>
+bool RecursiveASTVisitor<Derived>::VisitOMPTransparentClause(
+ OMPTransparentClause *) {
+ return true;
----------------
alexey-bataev wrote:
```suggestion
TRY_TO(TraverseStmt(C->getImpexType()));
return true;
```
https://github.com/llvm/llvm-project/pull/166810
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits