llvm-project/clang/lib/Serialization
Douglas Gregor 820ba7ba43 Implement the sizeof...(pack) expression to compute the length of a
parameter pack.

Note that we're missing proper libclang support for the new
SizeOfPackExpr expression node.

llvm-svn: 122813
2011-01-04 17:33:58 +00:00
..
ASTCommon.cpp The -fshort-wchar option causes wchar_t to become unsigned, in addition to being 2010-12-25 23:25:43 +00:00
ASTCommon.h It's kindof silly that ExtQuals has an ASTContext&, and we can use that 2010-12-10 11:01:00 +00:00
ASTReader.cpp Implement pack expansion of base initializers, so that we can 2011-01-04 00:32:56 +00:00
ASTReaderDecl.cpp In the latest episode of "Deserializing bugs caused by accessors" the series reached a thrilling climax when 2011-01-03 17:57:40 +00:00
ASTReaderStmt.cpp Implement the sizeof...(pack) expression to compute the length of a 2011-01-04 17:33:58 +00:00
ASTWriter.cpp Implement pack expansions whose pattern is a base-specifier. 2011-01-03 22:36:02 +00:00
ASTWriterDecl.cpp Add an AST representation for non-type template parameter 2010-12-23 23:51:58 +00:00
ASTWriterStmt.cpp Implement the sizeof...(pack) expression to compute the length of a 2011-01-04 17:33:58 +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 When using a precompiled preamble with detailed preprocessing records, 2010-11-30 06:16:57 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00