[flang-commits] [flang] [flang][OpenMP] move omp end directive validation to semantics (PR #154739)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Thu Aug 21 08:49:52 PDT 2025
================
@@ -4783,15 +4783,25 @@ struct OmpEndDirective : public OmpDirectiveSpecification {
// Common base class for block-associated constructs.
struct OmpBlockConstruct {
TUPLE_CLASS_BOILERPLATE(OmpBlockConstruct);
+ ENUM_CLASS(Flags, None, MissingMandatoryEndDirective);
----------------
tblah wrote:
Thanks for the quick review. Good idea.
https://github.com/llvm/llvm-project/pull/154739
More information about the flang-commits
mailing list