[flang-commits] [PATCH] D88655: [Flang][OpenMP][OpenACC] Support branching out issue in OpenMP parallel construct.
Valentin Clement via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Oct 27 08:48:14 PDT 2020
clementval accepted this revision.
clementval added a comment.
This revision is now accepted and ready to land.
LGTM just a nit comment if you can update before landing this patch.
================
Comment at: flang/lib/Semantics/check-directive-structure.h:29
};
+// Generic branching checker for invalid branching out of OpenMP/OpenACC
+// directive.
----------------
nit: Blank line before this block of code.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88655/new/
https://reviews.llvm.org/D88655
More information about the flang-commits
mailing list