================
@@ -11704,6 +11707,11 @@ void
OMPClauseReader::VisitOMPThreadsetClause(OMPThreadsetClause *C) {
C->setThreadsetKind(TKind);
}
+void OMPClauseReader::VisitOMPTransparentClause(OMPTransparentClause *C) {
+ C->setLParenLoc(Record.readSourceLocation());
+ C->Transparent = Record.readSubExpr();
----------------
zahiraam wrote:
I also renamed `Transparent` to `ImpexType` as @abhinavgaba suggested in
comments above
https://github.com/llvm/llvm-project/pull/166810/#discussion_r2586762603.
https://github.com/llvm/llvm-project/pull/166810
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits