]> granicus.if.org Git - clang/commit
Add support for unified_shared_memory clause on requires directive
authorPatrick Lyster <Patrick.lyster@ibm.com>
Mon, 1 Oct 2018 13:47:43 +0000 (13:47 +0000)
committerPatrick Lyster <Patrick.lyster@ibm.com>
Mon, 1 Oct 2018 13:47:43 +0000 (13:47 +0000)
commit0db38f413308fd9c83d285dbc65bae645b0c09ba
treec747e2494e81d4b2ff40786208a585107e79e499
parenta0c469ac4d42afba6f5c5f285b9d8da26833761b
Add support for unified_shared_memory clause on requires directive

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@343472 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/clang/AST/OpenMPClause.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/Basic/OpenMPKinds.def
include/clang/Sema/Sema.h
lib/AST/OpenMPClause.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Basic/OpenMPKinds.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/Parse/ParseOpenMP.cpp
lib/Sema/SemaOpenMP.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/OpenMP/requires_unified_address_ast_print.cpp
test/OpenMP/requires_unified_address_messages.cpp
tools/libclang/CIndex.cpp