================
@@ -2045,6 +2046,13 @@ void
OMPClausePrinter::VisitOMPThreadsetClause(OMPThreadsetClause *Node) {
<< ")";
}
+void OMPClausePrinter::VisitOMPTransparentClause(OMPTransparentClause *Node) {
+ OS << "transparent("
+ << getOpenMPSimpleClauseTypeName(OMPC_transparent,
+ unsigned(Node->getTransparentKind()))
----------------
alexey-bataev wrote:
Why do you need a cast here?
https://github.com/llvm/llvm-project/pull/166810
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits