Added new atomic_default_mem_order clause with seq_cst, acq_rel and relaxed modifiers to OMP5.0 requires directive.
Renamed test files relating to requires tests.
Paths
| Differential D53513
[OPENMP] Add support for 'atomic_default_mem_order' clause on requires directive ClosedPublic Authored by patricklyster on Oct 22 2018, 10:28 AM.
Details Summary Added new atomic_default_mem_order clause with seq_cst, acq_rel and relaxed modifiers to OMP5.0 requires directive. Renamed test files relating to requires tests.
Diff Detail Event TimelineHerald added subscribers: cfe-commits, jfb, arphaman, guansong. · View Herald TranscriptOct 22 2018, 10:28 AM
This revision is now accepted and ready to land.Oct 22 2018, 12:36 PM
Revision Contents
Diff 170452 clang/include/clang/AST/OpenMPClause.h
clang/include/clang/AST/RecursiveASTVisitor.h
clang/include/clang/Basic/OpenMPKinds.h
clang/include/clang/Basic/OpenMPKinds.def
clang/include/clang/Sema/Sema.h
clang/lib/AST/DeclPrinter.cpp
clang/lib/AST/OpenMPClause.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_acq_rel_print.cpp
clang/test/OpenMP/requires_ast_print.cpp
clang/test/OpenMP/requires_messages.cpp
clang/test/OpenMP/requires_relaxed_print.cpp
clang/test/OpenMP/requires_unified_address_ast_print.cpp
clang/test/OpenMP/requires_unified_address_messages.cpp
clang/tools/libclang/CIndex.cpp
|
Check formatting here