]> granicus.if.org Git - clang/commit
[OPENMP] Bug fixes and improvements.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 24 Sep 2013 03:17:45 +0000 (03:17 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 24 Sep 2013 03:17:45 +0000 (03:17 +0000)
commit543c4ae954f2bce5ac58ed22080f23cbd94794d2
treef7323dbbf5dfedce38007083e368778253783074
parentaee8e168112a3cbb6282ab4c6b5ae63933053ebf
[OPENMP] Bug fixes and improvements.
1. Fixed constructor of shared clause.
2. Some macros for clauses processing are replaced by private template methods.
3. Additional checks in sema analysis of OpenMP clauses.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191265 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/StmtOpenMP.h
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Sema/SemaOpenMP.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTWriterStmt.cpp
tools/libclang/CIndex.cpp
tools/libclang/RecursiveASTVisitor.h