Adds basic parsing/sema/serialization support for the #pragma omp target teams loop directive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D122028
[OpenMP] Initial parsing/sema for the 'omp target teams loop' construct ClosedPublic Authored by mikerice on Mar 18 2022, 12:32 PM.
Details Summary Adds basic parsing/sema/serialization support for the #pragma omp target teams loop directive.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 18 2022, 1:44 PM This revision was landed with ongoing or failed builds.Mar 18 2022, 2:06 PM Closed by commit rG6bd8dc91b89d: [OpenMP] Initial parsing/sema for the 'omp target teams loop' construct (authored by mikerice). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 416603 clang/include/clang-c/Index.h
clang/include/clang/AST/RecursiveASTVisitor.h
clang/include/clang/AST/StmtOpenMP.h
clang/include/clang/Basic/StmtNodes.td
clang/include/clang/Sema/Sema.h
clang/include/clang/Serialization/ASTBitCodes.h
clang/lib/AST/StmtOpenMP.cpp
clang/lib/AST/StmtPrinter.cpp
clang/lib/AST/StmtProfile.cpp
clang/lib/Basic/OpenMPKinds.cpp
clang/lib/CodeGen/CGStmt.cpp
clang/lib/Parse/ParseOpenMP.cpp
clang/lib/Sema/SemaExceptionSpec.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/lib/Sema/TreeTransform.h
clang/lib/Serialization/ASTReaderStmt.cpp
clang/lib/Serialization/ASTWriterStmt.cpp
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
clang/test/Analysis/cfg-openmp.cpp
clang/test/OpenMP/target_teams_generic_loop_ast_print.cpp
clang/test/OpenMP/target_teams_generic_loop_messages.cpp
clang/tools/libclang/CIndex.cpp
clang/tools/libclang/CXCursor.cpp
llvm/include/llvm/Frontend/OpenMP/OMP.td
|