llvm-project/clang/lib/Serialization
Douglas Gregor f550077ef5 Implement support for template template parameter packs, e.g.,
template<template<class> class ...Metafunctions>
    struct apply_to_each;

llvm-svn: 122874
2011-01-05 15:48:55 +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 Implement support for template template parameter packs, e.g., 2011-01-05 15:48:55 +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 Implement support for template template parameter packs, e.g., 2011-01-05 15:48:55 +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