Added new reverse_offload clause to existing OMP5.0 requires directive
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D52780
[OPENMP] Add 'reverse_offload' clause to OMP5.0 'requires' directive ClosedPublic Authored by patricklyster on Oct 2 2018, 7:23 AM.
Details Summary Added new reverse_offload clause to existing OMP5.0 requires directive
Diff Detail Event TimelineHerald added subscribers: cfe-commits, arphaman, guansong. · View Herald TranscriptOct 2 2018, 7:23 AM This revision is now accepted and ready to land.Oct 2 2018, 7:31 AM
Revision Contents
Diff 167943 clang/include/clang/AST/OpenMPClause.h
clang/include/clang/AST/RecursiveASTVisitor.h
clang/include/clang/Basic/OpenMPKinds.def
clang/include/clang/Sema/Sema.h
clang/lib/AST/OpenMPClause.cpp
clang/lib/AST/StmtPrinter.cpp
clang/lib/AST/StmtProfile.cpp
clang/lib/Basic/OpenMPKinds.cpp
clang/lib/CodeGen/CGStmtOpenMP.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/requires_unified_address_ast_print.cpp
clang/test/OpenMP/requires_unified_address_messages.cpp
clang/tools/libclang/CIndex.cpp
|