This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 895b5f6 clang-format: Fix regression introduced in r290084. new 9932fa3 Revert "[c++1z] P0195R2: Support pack-expansion of using-decl [...]
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/DeclCXX.h | 119 +------------ include/clang/AST/RecursiveASTVisitor.h | 2 - include/clang/Basic/DeclNodes.td | 1 - include/clang/Basic/DiagnosticParseKinds.td | 7 - include/clang/Basic/DiagnosticSemaKinds.td | 5 - include/clang/Parse/Parser.h | 6 +- include/clang/Sema/Sema.h | 16 +- include/clang/Sema/Template.h | 5 - include/clang/Serialization/ASTBitCodes.h | 2 - lib/AST/DeclBase.cpp | 5 +- lib/AST/DeclCXX.cpp | 36 +--- lib/CodeGen/CGDecl.cpp | 4 - lib/Parse/ParseDeclCXX.cpp | 79 +++++++-- lib/Sema/SemaDeclCXX.cpp | 74 +++------ lib/Sema/SemaExprCXX.cpp | 14 +- lib/Sema/SemaOverload.cpp | 8 +- lib/Sema/SemaTemplateInstantiateDecl.cpp | 193 +++++++-------------- lib/Sema/SemaTemplateVariadic.cpp | 19 ++- lib/Sema/TreeTransform.h | 142 ++++++---------- lib/Serialization/ASTCommon.cpp | 1 - lib/Serialization/ASTReaderDecl.cpp | 15 -- lib/Serialization/ASTWriterDecl.cpp | 12 -- test/PCH/cxx1z-using-declaration.cpp | 35 ---- test/Parser/cxx1z-using-declaration.cpp | 9 +- test/SemaTemplate/cxx1z-using-declaration.cpp | 230 -------------------------- tools/libclang/CIndex.cpp | 1 - 26 files changed, 247 insertions(+), 793 deletions(-) delete mode 100644 test/PCH/cxx1z-using-declaration.cpp delete mode 100644 test/SemaTemplate/cxx1z-using-declaration.cpp