summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTCommon.h
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-10-28 07:38:42 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-10-28 07:38:42 +0000
commit402dbbbd66b1fadcff52b86ab80804554fa8d05e (patch)
tree3a2a0e57ee21cb08c98a0b7aa2e9307c333586dd /clang/lib/Serialization/ASTCommon.h
parent2efaf1169595fe67a6ac3251e486babc801eee07 (diff)
downloadbcm5719-llvm-402dbbbd66b1fadcff52b86ab80804554fa8d05e.tar.gz
bcm5719-llvm-402dbbbd66b1fadcff52b86ab80804554fa8d05e.zip
Use the ASTMutationListener to track added template specializations in a chained PCH.
llvm-svn: 117533
Diffstat (limited to 'clang/lib/Serialization/ASTCommon.h')
-rw-r--r--clang/lib/Serialization/ASTCommon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/Serialization/ASTCommon.h b/clang/lib/Serialization/ASTCommon.h
index 5ed607a86e4..5ded8057e9d 100644
--- a/clang/lib/Serialization/ASTCommon.h
+++ b/clang/lib/Serialization/ASTCommon.h
@@ -22,7 +22,8 @@ namespace serialization {
enum DeclUpdateKind {
UPD_CXX_SET_DEFINITIONDATA,
- UPD_CXX_ADDED_IMPLICIT_MEMBER
+ UPD_CXX_ADDED_IMPLICIT_MEMBER,
+ UPD_CXX_ADDED_TEMPLATE_SPECIALIZATION
};
TypeIdx TypeIdxFromBuiltin(const BuiltinType *BT);
OpenPOWER on IntegriCloud