[flang-commits] [flang] [llvm] [flang][Parser][OpenMP] Fix unparser for cancellation_construct_type (PR #136001)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Thu Apr 17 10:12:56 PDT 2025
================
@@ -83,6 +83,9 @@ class Clause<string c> {
// Optional class holding value of the clause in flang AST.
string flangClass = "";
+ // If set to true, don't emit flang Unparser.
+ bit skipFlangUnparser = false;
----------------
kparzysz wrote:
IMO, what's more significant is the property of the clause object. `skipFlangParser` tells you what the consequence is, but not why it's there. There may be more consequences to follow that we haven't yet discovered, or that may appear in the future.
https://github.com/llvm/llvm-project/pull/136001
More information about the flang-commits
mailing list