[flang-commits] [flang] [flang][OpenMP] Use OmpDirectiveSpecification in METADIRECTIVE (PR #159577)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Fri Sep 19 08:55:02 PDT 2025


================
@@ -1281,6 +1281,16 @@ TYPE_PARSER(sourced(construct<OmpErrorDirective>(
 
 // --- Parsers for directives and constructs --------------------------
 
+static inline constexpr auto IsDirective(llvm::omp::Directive dir) {
----------------
kparzysz wrote:

Done: https://github.com/llvm/llvm-project/pull/159803

https://github.com/llvm/llvm-project/pull/159577


More information about the flang-commits mailing list