[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
Douglas Gregor
dgregor at apple.com
Fri Feb 27 14:05:06 PST 2009
On Feb 27, 2009, at 12:25 PM, Sebastian Redl wrote:
> 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.
Thanks.
- Doug
More information about the cfe-commits
mailing list