hanchenye-llvm-project/clang/lib/Serialization
Douglas Gregor 1ccc8416a0 Remove broken support for variadic templates, along with the various
abstractions (e.g., TemplateArgumentListBuilder) that were designed to
support variadic templates. Only a few remnants of variadic templates
remain, in the parser (parsing template type parameter packs), AST
(template type parameter pack bits and TemplateArgument::Pack), and
Sema; these are expected to be used in a future implementation of
variadic templates.

But don't get too excited about that happening now.

llvm-svn: 118385
2010-11-07 23:05:16 +00:00
..
ASTCommon.cpp Give a default implementation for ASTDeserializationListener's methods, no functionality change. 2010-10-14 20:14:28 +00:00
ASTCommon.h Use the ASTMutationListener to track added template specializations in a chained PCH. 2010-10-28 07:38:42 +00:00
ASTReader.cpp Remove broken support for variadic templates, along with the various 2010-11-07 23:05:16 +00:00
ASTReaderDecl.cpp Remove broken support for variadic templates, along with the various 2010-11-07 23:05:16 +00:00
ASTReaderStmt.cpp No really, we don't have a retain/release system for statements/expressions 2010-10-26 07:05:15 +00:00
ASTWriter.cpp Remove broken support for variadic templates, along with the various 2010-11-07 23:05:16 +00:00
ASTWriterDecl.cpp Flush statements after writing each DECL_CXX_BASE_SPECIFIERS node 2010-10-30 04:28:16 +00:00
ASTWriterStmt.cpp Switch case IDs conflict between chained PCHs; since there is no need to be global, make them local to a decl. 2010-10-28 09:29:32 +00:00
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
GeneratePCH.cpp Put the mechanism in place to track modifications in an AST entity that were committed after 2010-10-24 17:26:36 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00