[cfe-commits] inconsistent naming of Objective-C AST classes
Chris Lattner
clattner at apple.com
Mon Dec 3 17:08:00 PST 2007
On Dec 3, 2007, at 4:44 PM, Ted Kremenek wrote:
> I've noticed some inconsistent naming of subclasses of Stmt/Expr that
> implement ASTs for Objective C constructs. Some names start with the
> prefix "Objc", while others "ObjC". I know this is being nitpicking,
> but I think we should standardize on one of them. Consistent naming
> makes the API easier to use.
I agree, Steve please take care of this, thanks!
-Chris
More information about the cfe-commits
mailing list