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.