[cfe-commits] r44444 - in /cfe/trunk: AST/ASTConsumer.cpp include/clang/AST/ASTConsumer.h
Chris Lattner
clattner at apple.com
Thu Nov 29 17:07:51 PST 2007
>> Ok. Can you guys please come up with better names than
>> HandleTopLevelDeclaration vs HandleTopLevelDecl though? :)
>>
>
> Hey, we're just modeling C:-)
Oh that's why it's so gross! ;-)
> Kidding aside, which do you like better...
>
> HandleTopLevelDeclaration, HandleTopLevelDeclarator?
>
> or
>
> HandleTopLevelDeclList, HandleTopLevelDecl?
I don't have a strong preference, but the second set is shorter than
the first :)
-Chris
More information about the cfe-commits
mailing list