]> granicus.if.org Git - clang/commit
[OPENMP] Parsing and sema analysis for 'omp task' directive.
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 11 Jul 2014 11:25:16 +0000 (11:25 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 11 Jul 2014 11:25:16 +0000 (11:25 +0000)
commit3e0fef67a6def9631840ff038b64c6a332806bdc
tree4b1cef72cafc4f157efda95f777fd6b50cb3edbd
parent35bd5e0e85960a80a90b36fc13b6bf8ce5d45c88
[OPENMP] Parsing and sema analysis for 'omp task' directive.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212804 91177308-0d34-0410-b5e6-96231b3b80d8
33 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/DiagnosticSemaKinds.td
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/parallel_sections_private_messages.cpp
test/OpenMP/task_ast_print.cpp [new file with mode: 0644]
test/OpenMP/task_default_messages.cpp [new file with mode: 0644]
test/OpenMP/task_firstprivate_messages.cpp [new file with mode: 0644]
test/OpenMP/task_if_messages.cpp [new file with mode: 0644]
test/OpenMP/task_messages.cpp [new file with mode: 0644]
test/OpenMP/task_private_messages.cpp [new file with mode: 0644]
test/OpenMP/task_shared_messages.cpp [new file with mode: 0644]
tools/libclang/CIndex.cpp
tools/libclang/CXCursor.cpp