[flang-commits] [flang] [llvm] [flang][OpenMP] Make OpenMP clause representation language-agnostic (PR #86289)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Wed Mar 27 04:26:43 PDT 2024


================
@@ -0,0 +1,1123 @@
+//===- ClauseT.h -- clause template definitions ---------------------------===//
----------------
skatrak wrote:

Since definitions here follow closely the spec I think it should be stated which spec version it is based on. Even better, associated to each clause structure you could add a comment pointing to the relevant spec version and section like this:
```c++
// [5.2] 11.5.3 schedule Clause
```

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


More information about the flang-commits mailing list