Added new unified_shared_memory clause to existing OMP5.0 requires directive
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D52625
[OPENMP] Add 'unified_shared_memory' clause to OMP5 'requires' directive ClosedPublic Authored by patricklyster on Sep 27 2018, 12:43 PM.
Details Summary Added new unified_shared_memory clause to existing OMP5.0 requires directive
Diff Detail Event TimelineComment Actions
Thanks for the reminder. I will add that This revision is now accepted and ready to land.Sep 28 2018, 6:34 AM
Revision Contents
Diff 167459 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
|