[flang-commits] [flang] [flang][OpenMP][Semantics] Disallow NOWAIT and ORDERED with CANCEL (PR #135991)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Wed Apr 16 10:35:36 PDT 2025
================
@@ -682,21 +683,31 @@ void OmpStructureChecker::Leave(const parser::OpenMPDeclarativeConstruct &x) {
ExitDirectiveNest(DeclarativeNest);
}
+void OmpStructureChecker::AddEndStatementClauses(
----------------
kiranchandramohan wrote:
Nit: Why not `AddEndDirectiveClauses`?
https://github.com/llvm/llvm-project/pull/135991
More information about the flang-commits
mailing list