This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c98d5adb4e Revert "[CodeGen] Fix crash when a function taking transpare [...] new fcc28fd8cc Re-commit r321223, which adds a printing policy to the ASTDumper. new 2f5231150c [AST] Incorrectly qualified unscoped enumeration as template [...]
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 | 46 +- lib/AST/Decl.cpp | 5 +- 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 | 38 +- test/Misc/ast-dump-decl.cpp | 1078 ++++++++++---------- test/Misc/ast-dump-invalid.cpp | 128 +-- test/Modules/odr.cpp | 2 +- test/OpenMP/dump.cpp | 136 +-- test/Parser/objc-default-ctor-init.mm | 42 +- test/SemaCXX/compound-literal.cpp | 196 ++-- test/SemaCXX/return-noreturn.cpp | 2 +- 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 +- test/SemaTemplate/temp_arg_enum_printing.cpp | 4 +- test/SemaTemplate/temp_arg_enum_printing_more.cpp | 26 + unittests/AST/NamedDeclPrinterTest.cpp | 4 +- 24 files changed, 2052 insertions(+), 2005 deletions(-) create mode 100644 test/SemaTemplate/temp_arg_enum_printing_more.cpp