[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
Sun Sep 16 23:17:36 PDT 2007


> Fixes/tweaks that prevent "defaults-i.m" from compiling.

Nice.
>
> +const char *Decl::getDeclKindName() {

This method should be const.  What do you plan to use it for?

-Chris






More information about the cfe-commits mailing list