[cfe-commits] r118385 - in /cfe/trunk: include/clang/AST/ include/clang/Basic/ include/clang/Sema/ lib/AST/ lib/CodeGen/ lib/Sema/ lib/Serialization/ test/SemaTemplate/ tools/libclang/

Sebastian Redl sebastian.redl at getdesigned.at
Mon Nov 8 01:20:40 PST 2010


On 08.11.2010 00:05, Douglas Gregor wrote:
> Author: dgregor
> Date: Sun Nov  7 17:05:16 2010
> New Revision: 118385
>
> URL: http://llvm.org/viewvc/llvm-project?rev=118385&view=rev
> Log:
> 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.

Aww ...



More information about the cfe-commits mailing list