[clang] [clang] Introduce `SemaOpenMP` (PR #88642)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 14 06:33:27 PDT 2024


================
@@ -11,6 +11,7 @@
 ///
 //===----------------------------------------------------------------------===//
 
+#include "clang/Sema/SemaOpenMP.h"
----------------
Endilll wrote:

Main module header goes first per our coding standard: https://llvm.org/docs/CodingStandards.html#include-style

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


More information about the cfe-commits mailing list