[flang-commits] [flang] [flang][OpenMP] Implement flexible OpenMP clause representation (PR #81621)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Tue Feb 20 04:28:38 PST 2024


================
@@ -142,6 +142,1122 @@ static void genNestedEvaluations(Fortran::lower::AbstractConverter &converter,
     converter.genEval(e);
 }
 
+//===----------------------------------------------------------------------===//
+// Clauses
+//===----------------------------------------------------------------------===//
+
+namespace detail {
+template <typename C> //
----------------
skatrak wrote:

Nit: Is there a purpose to the empty comment here and in multiple places below? It seems to be used frequently in this PR. If it's to prevent clang-format from collapsing the template definition into a single line, I'm not sure that it makes sense overriding the default rules specifically in this file.

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


More information about the flang-commits mailing list