[cfe-commits] r136203 - in /cfe/trunk: lib/Sema/SemaCXXScopeSpec.cpp test/SemaTemplate/lookup-dependent-bases.cpp

John McCall rjmccall at apple.com
Tue Jul 26 18:57:25 PDT 2011


On Jul 26, 2011, at 6:05 PM, Francois Pichet wrote:
> Author: fpichet
> Date: Tue Jul 26 20:05:24 2011
> New Revision: 136203
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=136203&view=rev
> Log:
> In Microsoft mode, if we are within a templated function and we can't resolve Identifier during BuildCXXNestedNameSpecifier, then extend the SS with Identifier. This will have  the effect of resolving Identifier during template instantiation.  The goal is to be able to resolve a function call whose nested-name-specifier is located inside a dependent base class.

Shouldn't this be gated on DelayedTemplateParsing rather than Microsoft mode?

John.



More information about the cfe-commits mailing list