[cfe-commits] inconsistent naming of Objective-C AST classes

Ted Kremenek kremenek at apple.com
Mon Dec 3 16:46:09 PST 2007


BTW, this is nothing that a sed or perl script cannot fix in our  
current source tree, so the labor itself of renaming classes is not  
the issue.

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.
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list