================
@@ -550,6 +550,9 @@ void OMPClauseProfiler::VisitOMPDefaultClause(const 
OMPDefaultClause *C) { }
 
 void OMPClauseProfiler::VisitOMPThreadsetClause(const OMPThreadsetClause *C) {}
 
+void OMPClauseProfiler::VisitOMPTransparentClause(
+    const OMPTransparentClause *C) {}
----------------
alexey-bataev wrote:

```suggestion
    const OMPTransparentClause *C) {
  if (C->getImpexType())
    Profiler->VisitStmt(C->getImpexType());
}
```

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

Reply via email to