]> granicus.if.org Git - clang/commit
Chained PCH: Remember when additional specializations are added to a function templat...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 14 Apr 2011 14:07:59 +0000 (14:07 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 14 Apr 2011 14:07:59 +0000 (14:07 +0000)
commit5bbcdbf36f8cf79d99703ef20848c55960065e43
tree55c051382d948b8c099a56e96e63a42000665ebe
parente7a03c98f0a3c0263ac569ad42cb5329672fd7ee
Chained PCH: Remember when additional specializations are added to a function template from a previous PCH. Fixes the only crasher when using massive chains on Clang's Sema component. We still have some incomplete codegen there.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129516 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTMutationListener.h
include/clang/AST/DeclTemplate.h
include/clang/Serialization/ASTWriter.h
lib/AST/Decl.cpp
lib/AST/DeclTemplate.cpp
lib/Frontend/MultiplexConsumer.cpp
lib/Serialization/ASTWriter.cpp
test/PCH/cxx-chain-function-template.cpp [new file with mode: 0644]