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

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


================
@@ -997,6 +987,11 @@ class Sema final : public SemaBase {
     return *OpenACCPtr;
   }
 
+  SemaOpenMP &OpenMP() {
+    assert(OpenMPPtr);
----------------
Endilll wrote:

Done

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


More information about the cfe-commits mailing list