This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1c11a98e84 Fix an assertion failure regression in isDesignatorAtObjectE [...] new bfdec8d00b Add a printing policy to the ASTDumper.
The 1 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/AST/Type.h | 14 +- lib/AST/ASTDumper.cpp | 44 +- lib/AST/TypePrinter.cpp | 10 +- lib/StaticAnalyzer/Checkers/PaddingChecker.cpp | 658 ++++++------ .../dcl.decl/dcl.init/dcl.init.ref/p5-examples.cpp | 112 +- test/Frontend/float16.cpp | 652 ++++++------ test/Misc/ast-dump-attr.cpp | 422 ++++---- test/Misc/ast-dump-decl.cpp | 1078 ++++++++++---------- test/Misc/ast-dump-invalid.cpp | 128 +-- test/OpenMP/dump.cpp | 136 +-- test/Parser/objc-default-ctor-init.mm | 42 +- test/SemaCXX/compound-literal.cpp | 196 ++-- test/SemaCXX/sourceranges.cpp | 104 +- test/SemaCXX/warn-redundant-move.cpp | 232 ++--- test/SemaObjCXX/block-cleanup.mm | 32 +- test/SemaTemplate/default-expr-arguments-2.cpp | 4 +- test/SemaTemplate/default-expr-arguments-3.cpp | 110 +- 17 files changed, 1995 insertions(+), 1979 deletions(-)