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

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 14 06:25:27 PDT 2024


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

```suggestion
  SemaOpenMP &getOpenMP() {
```


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


More information about the cfe-commits mailing list