This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bda04e052c Factor out duplication between ExprIterator and ConstExprIterator. new 207c6e6243 Improve diagnostic to tell you a type is incomplete. new ebf8044078 [WebAssembly] Add an import_field function attribute new 8ca0275b63 Revert "[AST][OpenMP] OpenMP Sections / Section constructs c [...] new e46798960d [WebAssembly] Fix ImportName's position in this test. new 47571176b5 [analyzer] Hotfix for RetainCountChecker: assert was too strong. new 2982a888ff Remove redundant FunctionDecl argument from a couple functions.
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/Attr.td | 10 +++- include/clang/Basic/AttrDocs.td | 17 +++++++ include/clang/Basic/DiagnosticSemaKinds.td | 5 +- include/clang/CodeGen/CGFunctionInfo.h | 31 ++++++------ include/clang/CodeGen/CodeGenABITypes.h | 3 +- lib/CodeGen/CGCUDANV.cpp | 2 +- lib/CodeGen/CGCall.cpp | 28 +++++------ lib/CodeGen/CGExprCXX.cpp | 5 +- lib/CodeGen/CGVTables.cpp | 2 +- lib/CodeGen/CodeGenABITypes.cpp | 7 ++- lib/CodeGen/CodeGenModule.cpp | 6 +-- lib/CodeGen/CodeGenTypes.cpp | 7 ++- lib/CodeGen/CodeGenTypes.h | 14 ++---- lib/CodeGen/TargetInfo.cpp | 8 ++- lib/Sema/SemaDeclAttr.cpp | 26 ++++++++++ lib/Sema/SemaInit.cpp | 1 + lib/Sema/SemaOpenMP.cpp | 14 ------ .../RetainCountChecker/RetainCountChecker.cpp | 7 ++- test/AST/ast-dump-openmp-sections.cpp | 57 ---------------------- test/Analysis/objc-arc.m | 15 ++++++ .../{wasm-import-module.c => wasm-import-name.c} | 4 +- ...pragma-attribute-supported-attributes-list.test | 1 + .../cxx0x-initializer-stdinitializerlist.cpp | 2 +- test/SemaCXX/decl-init-ref.cpp | 9 ++++ 24 files changed, 138 insertions(+), 143 deletions(-) delete mode 100644 test/AST/ast-dump-openmp-sections.cpp copy test/CodeGen/{wasm-import-module.c => wasm-import-name.c} (56%)