[clang] [clang] Factor out OpenACC part of `Sema` (PR #84184)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 24 07:12:47 PDT 2024


Endilll wrote:

I added convenience functions to access `ASTContext` and other widely used facilities of `Sema` to `SemaOpenACC`. I intentionally didn't go full base class approach, saving this option for the future.

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


More information about the cfe-commits mailing list