]> granicus.if.org Git - clang/commit
Generalize "static data member instantiated" notification to cover variable templates...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 5 Dec 2017 01:31:47 +0000 (01:31 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 5 Dec 2017 01:31:47 +0000 (01:31 +0000)
commit25b45aa81854313486df891985cdd7ef1ec09780
treec0e69f802201e04e3ab67ab2bed0ed78af5c30a8
parentdafc52370bdd7295ccb89aef9603ea478be358dc
Generalize "static data member instantiated" notification to cover variable templates too.

While here, split the "point of instantiation changed" notification out from
it; these two really are orthogonal changes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319727 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/AST/ASTMutationListener.h
include/clang/Sema/Sema.h
include/clang/Serialization/ASTWriter.h
lib/AST/Decl.cpp
lib/Frontend/MultiplexConsumer.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Sema/SemaType.cpp
lib/Serialization/ASTCommon.h
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriter.cpp
test/Modules/var-templates.cpp [new file with mode: 0644]