This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dafc52370b [CMake] Don't use comma as an alternate separator new 25b45aa818 Generalize "static data member instantiated" notification to [...]
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/ASTMutationListener.h | 10 ++++- include/clang/Sema/Sema.h | 5 --- include/clang/Serialization/ASTWriter.h | 5 ++- lib/AST/Decl.cpp | 20 ++++++++-- lib/Frontend/MultiplexConsumer.cpp | 25 +++++++----- lib/Sema/SemaExpr.cpp | 68 ++++++++++++++------------------ lib/Sema/SemaTemplate.cpp | 1 - lib/Sema/SemaTemplateInstantiate.cpp | 2 +- lib/Sema/SemaTemplateInstantiateDecl.cpp | 30 ++++++-------- lib/Sema/SemaType.cpp | 38 ++++++++---------- lib/Serialization/ASTCommon.h | 3 +- lib/Serialization/ASTReaderDecl.cpp | 23 +++++++++-- lib/Serialization/ASTWriter.cpp | 28 ++++++++++--- test/Modules/var-templates.cpp | 24 +++++++++++ 14 files changed, 169 insertions(+), 113 deletions(-) create mode 100644 test/Modules/var-templates.cpp