This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bfdec8d00b Add a printing policy to the ASTDumper. new 4de12faa58 Silence a -Wreorder warning from r321223. new 0752e75d9b Reverting r321223 and its follow-up commit because of failin [...]
The 2 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-color.cpp | 2 +- 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 +- 18 files changed, 1980 insertions(+), 1996 deletions(-)