[PATCH] D46374: Add support for ObjC property name to be a single acronym.
Yan Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 3 21:01:27 PDT 2018
Wizard marked 3 inline comments as done.
Wizard added inline comments.
================
Comment at: test/clang-tidy/objc-property-declaration.m:24
@property(assign, nonatomic) int enableGLAcceleration;
+ at property(assign, nonatomic) int ID;
@end
----------------
benhamilton wrote:
> Please add a test for a built-in regex (4G) as well as a custom regex in the other test file.
Unable to add single property test of 4G because it is illegal to use digit as the first character of property name.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D46374
More information about the cfe-commits
mailing list