This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/tested/gnu-master in repository toolchain/llvm/clang.
from 4f97dae072 [analyzer][UninitializedObjectChecker] Refactoring p2.: Movi [...] adds 2ed34ac167 [analyzer][UninitializedObjectChecker] Refactoring p3.: prin [...] adds e0f3e3d991 Enforce instantiation of template multiversion functions adds 532d704249 [analyzer][UninitializedObjectChecker] Refactoring p4.: Wrap [...] adds 9b127f0e72 [analyzer][UninitializedObjectChecker] Refactoring p5.: Hand [...] adds 7a16e8359c [OPENMP] Fix emission of the loop doacross constructs. adds 293b7c5989 Convert if/else to a switch. NFC.
No new revisions were added by this update.
Summary of changes: include/clang/AST/ASTContext.h | 2 +- include/clang/AST/OpenMPClause.h | 96 ++++++-- lib/AST/ASTContext.cpp | 2 +- lib/AST/OpenMPClause.cpp | 127 +++++++--- lib/CodeGen/CGBlocks.cpp | 92 +++---- lib/CodeGen/CGOpenMPRuntime.cpp | 92 ++++--- lib/CodeGen/CGOpenMPRuntime.h | 8 +- lib/CodeGen/CGStmtOpenMP.cpp | 33 ++- lib/Sema/SemaOpenMP.cpp | 269 ++++++++++++++------- lib/Sema/SemaTemplateInstantiateDecl.cpp | 18 +- lib/Serialization/ASTReaderStmt.cpp | 18 +- lib/Serialization/ASTWriterStmt.cpp | 9 +- .../UninitializedObject/UninitializedObject.h | 156 ++++++++---- .../UninitializedObjectChecker.cpp | 167 ++++++------- .../UninitializedObject/UninitializedPointee.cpp | 45 +++- test/Analysis/cxx-uninitialized-object.cpp | 8 +- test/Analysis/objcpp-uninitialized-object.mm | 2 +- test/CodeGenCXX/attr-target-mv-member-funcs.cpp | 12 +- test/OpenMP/ordered_doacross_codegen.c | 28 ++- test/OpenMP/ordered_doacross_codegen.cpp | 107 +++++--- test/OpenMP/parallel_for_simd_ast_print.cpp | 2 +- 21 files changed, 883 insertions(+), 410 deletions(-)