[cfe-commits] r64346 - in /cfe/trunk: clang.xcodeproj/project.pbxproj lib/CodeGen/CGBlocks.cpp lib/CodeGen/CGExpr.cpp lib/CodeGen/CodeGenFunction.h

Mike Stump mrs at apple.com
Fri Feb 13 07:29:35 PST 2009


On Feb 12, 2009, at 9:02 PM, Chris Lattner wrote:
> Please make this an instance variable in CGF (similar for other
> routines).  Global variables (including function statics) are
> verboten.  Also, please use early exit to avoid nesting:
>
>   if (Ty) return Ty;

I fixed these issues up.



More information about the cfe-commits mailing list