[cfe-commits] r54353 - in /cfe/trunk: Driver/PrintParserCallbacks.cpp include/clang/Parse/Action.h include/clang/Parse/DeclSpec.h lib/Parse/MinimalAction.cpp lib/Parse/ParseDecl.cpp lib/Parse/ParseObjc.cpp lib/Sema/Sema.h lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp

Argiris Kirtzidis akyrtzi at gmail.com
Tue Aug 5 10:52:38 PDT 2008


Hi Daniel,

Daniel Dunbar wrote:
> Author: ddunbar
> Date: Tue Aug  5 11:28:08 2008
> New Revision: 54353
>
> URL: http://llvm.org/viewvc/llvm-project?rev=54353&view=rev
> Log:
> Move AsmLabel into Declarator instead of just a parameter to
>   ActOnDeclarator.
>   

Another tiny thing that needs to be done is that Declarator's AsmLabel 
should be cleared inside the Declarator::clear method.


-Argiris



More information about the cfe-commits mailing list