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

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


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

This was discussed back when we started splitting `Sema` up: https://github.com/llvm/llvm-project/pull/84184#discussion_r1520027821. We can reopen the discussion if you insist, otherwise I'd like to keep it consistent with CUDA, HLSL, etc.

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


More information about the cfe-commits mailing list