]> granicus.if.org Git - clang/commit
[OPENMP] Initial parsing/sema analysis of 'target' directive.
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 19 Sep 2014 08:19:49 +0000 (08:19 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 19 Sep 2014 08:19:49 +0000 (08:19 +0000)
commitbd7dfd35d37f85eb22f6224e2b02c9e59358d691
tree2cf88a2b7150181797b00e840d49c2bce82f3391
parent9aba614f0ebaf0fe2077be7e813fc7f05136978e
[OPENMP] Initial parsing/sema analysis of 'target' directive.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218110 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed:
include/clang-c/Index.h
include/clang/AST/DataRecursiveASTVisitor.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/StmtOpenMP.h
include/clang/Basic/OpenMPKinds.def
include/clang/Basic/StmtNodes.td
include/clang/Sema/Sema.h
include/clang/Serialization/ASTBitCodes.h
lib/AST/Stmt.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Basic/OpenMPKinds.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CodeGenFunction.h
lib/Parse/ParseOpenMP.cpp
lib/Sema/SemaOpenMP.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
test/OpenMP/nesting_of_regions.cpp
test/OpenMP/target_ast_print.cpp [new file with mode: 0644]
test/OpenMP/target_if_messages.cpp [new file with mode: 0644]
test/OpenMP/target_messages.cpp [new file with mode: 0644]
tools/libclang/CIndex.cpp
tools/libclang/CXCursor.cpp