]> granicus.if.org Git - clang/commit
AST reader support for having specializations of templates from earlier in the chain.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 24 Aug 2010 22:50:19 +0000 (22:50 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 24 Aug 2010 22:50:19 +0000 (22:50 +0000)
commit6e50e00c2fe6a04b2c35592588a4b10a2c269416
tree5f437abfb285eb17922178bdba4b5a351dae6bbe
parentecbd4a84b9a1c47f913e8d5f67f65455a091bbbd
AST reader support for having specializations of templates from earlier in the chain.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111985 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTBitCodes.h
include/clang/Serialization/ASTReader.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTReaderDecl.cpp