[OpenMP] Added parsing and semantic analysis for firstprivate clause
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 1 Oct 2013 05:32:34 +0000 (05:32 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 1 Oct 2013 05:32:34 +0000 (05:32 +0000)
commitd195bc38fd424b0c928e3c354038a8ca6e2ccac3
treec5ed9ca360cee5c6b7728ebca1ba95c71c9db57b
parentde8eaa2bf22ab0a59118289ee8b97f6ac6a97196
[OpenMP] Added parsing and semantic analysis for firstprivate clause

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191730 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/StmtOpenMP.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/OpenMPKinds.def
include/clang/Sema/Sema.h
lib/AST/Stmt.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Basic/OpenMPKinds.cpp
lib/Parse/ParseOpenMP.cpp
lib/Sema/SemaOpenMP.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
test/OpenMP/parallel_ast_print.cpp
test/OpenMP/parallel_firstprivate_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_private_messages.cpp
test/OpenMP/parallel_shared_messages.cpp
tools/libclang/CIndex.cpp
tools/libclang/RecursiveASTVisitor.h