[flang-commits] [flang] [llvm] [flang][Parser][OpenMP] Fix unparser for cancellation_construct_type (PR #136001)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Thu Apr 17 08:20:39 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;
----------------
klausler wrote:
I can easily tell what `skipFlangUnparser` means, but that it would be a consequence of `isArtificial` seems less obvious.
https://github.com/llvm/llvm-project/pull/136001
More information about the flang-commits
mailing list