[cfe-commits] r85073 - in /cfe/trunk: lib/Sema/Sema.h lib/Sema/SemaExpr.cpp lib/Sema/SemaType.cpp test/Sema/attr-deprecated.c

John McCall rjmccall at apple.com
Mon Oct 26 10:11:28 PDT 2009


Douglas Gregor wrote:
> There are other tricky cases involving template-ids and 'typename'  
> types that this also won't handle. I think John was planning to tackle  
> these cases as soon as he finishes the TypeLoc work (which is needed  
> to get this completely right).

Those tricky cases also happen in C with ParmVarDecls;  really it's any 
mechanism that requires
getTypeForDeclarator to be called during the parsing of a declarator 
instead of strictly after it.

I'm still planning to tackle this.

John.



More information about the cfe-commits mailing list