[cfe-commits] r65649 - in /cfe/trunk: lib/Sema/CMakeLists.txt lib/Sema/Sema.h lib/Sema/SemaTemplate.cpp lib/Sema/SemaTemplateInstantiate.cpp test/SemaTemplate/instantiation-default-1.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Fri Feb 27 12:25:04 PST 2009


Douglas Gregor wrote:
> Author: dgregor
> Date: Fri Feb 27 13:31:52 2009
> New Revision: 65649
>
> URL: http://llvm.org/viewvc/llvm-project?rev=65649&view=rev
> Log:
> Implement the basic approach for instantiating types, with a lot of FIXME'd
> stubs for those types we don't yet know how to instantiate (everything
> that isn't a template parameter!).
>
> We now instantiate default arguments for template type parameters when
> needed. This will be our testbed while I fill out the remaining
> type-instantiation logic.
>   
Awesome!
> +  
> +  assert(false && "Not all types hav been decided for template instantiation");
>   
Typo in the text.

Sebastian



More information about the cfe-commits mailing list