[cfe-commits] r42001 - in /cfe/trunk: AST/Decl.cpp Parse/ParseObjc.cpp Sema/Sema.h Sema/SemaDecl.cpp Sema/SemaExpr.cpp include/clang/AST/Decl.h

Chris Lattner clattner at apple.com
Mon Sep 17 09:51:05 PDT 2007


>>> +const char *Decl::getDeclKindName() {
>>
>> This method should be const.  What do you plan to use it for?
>>
>
> Debugging. It's equivalent to Stmt::getStmtClassName()...

Ok!

-Chris



More information about the cfe-commits mailing list