[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 ---------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+#ifndef FORTRAN_LOWER_OPENMP_CLAUSET_H
----------------
skatrak wrote:

Nit: Update include guard according to the new path

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


More information about the flang-commits mailing list