[cfe-commits] r80446 - in /cfe/trunk: lib/AST/DeclCXX.cpp lib/Sema/SemaTemplateInstantiateDecl.cpp test/SemaTemplate/instantiate-member-initializers.cpp

Fariborz Jahanian fjahanian at apple.com
Sat Aug 29 15:30:52 PDT 2009


On Aug 29, 2009, at 3:22 PM, Eli Friedman wrote:

> Author: efriedma
> Date: Sat Aug 29 17:22:07 2009
> New Revision: 80446
>
> URL: http://llvm.org/viewvc/llvm-project?rev=80446&view=rev
> Log:
> Make instantiating initializers for classes with a dependent base type
> work correctly.
>
> The change in lib/AST/DeclCXX.cpp is mostly a large reindentation; I
> couldn't figure out a good way to avoid it.

Price to pay for goto-less programming :).

- fariborz

>



More information about the cfe-commits mailing list