Added basic parsing/sema/serialization support for the 'use' clause.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D98815
[OPENMP51]Initial support for the use clause ClosedPublic Authored by mikerice on Mar 17 2021, 1:52 PM.
Details Summary Added basic parsing/sema/serialization support for the 'use' clause.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 17 2021, 1:56 PM Closed by commit rGc615927c8e38: [OPENMP51]Initial support for the use clause. (authored by mikerice). · Explain WhyMar 17 2021, 4:09 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 331406 clang/include/clang/AST/OpenMPClause.h
clang/include/clang/AST/RecursiveASTVisitor.h
clang/include/clang/Sema/Sema.h
clang/lib/AST/OpenMPClause.cpp
clang/lib/AST/StmtProfile.cpp
clang/lib/Parse/ParseOpenMP.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/lib/Sema/TreeTransform.h
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp
clang/test/OpenMP/interop_ast_print.cpp
clang/test/OpenMP/interop_messages.cpp
clang/tools/libclang/CIndex.cpp
flang/lib/Semantics/check-omp-structure.cpp
llvm/include/llvm/Frontend/OpenMP/OMP.td
|