Added new dynamic_allocators clause to existing OMP5.0 requires directive.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D53079
[OPENMP] Add 'dynamic_allocators' clause to OMP5.0 'requires' directive ClosedPublic Authored by patricklyster on Oct 10 2018, 7:05 AM.
Details Summary Added new dynamic_allocators clause to existing OMP5.0 requires directive.
Diff Detail Event TimelineHerald added subscribers: cfe-commits, arphaman, guansong. · View Herald TranscriptOct 10 2018, 7:05 AM This revision is now accepted and ready to land.Oct 10 2018, 7:09 AM patricklyster added a commit: rL344249: Add support for 'dynamic_allocators' clause on 'requires' directive.. Comment ActionsClosed by commit rL344249 sha: 851f70b951e5e068b0afa6f69ec58e0e80b0a1a4
Revision Contents
Diff 169001 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
|