diff options
| author | Yan Zhang <ynzhang@google.com> | 2018-04-18 20:09:10 +0000 |
|---|---|---|
| committer | Yan Zhang <ynzhang@google.com> | 2018-04-18 20:09:10 +0000 |
| commit | 0313614f4d513bf773ccd3ef1fcc855645a50888 (patch) | |
| tree | 9a676a6bdb058bb5a409a61939922032e480e282 /clang-tools-extra/test/clang-tidy/objc-property-declaration.m | |
| parent | fcc3ad5d3c1db569ef2ee9f584d17b6fd4e30801 (diff) | |
| download | bcm5719-llvm-0313614f4d513bf773ccd3ef1fcc855645a50888.tar.gz bcm5719-llvm-0313614f4d513bf773ccd3ef1fcc855645a50888.zip | |
add extra acronyms for objc property names
Summary: This is to support general acronyms in Objective-C like 2G/3G/4G/... and coordinates X, Y, Z and W.
Reviewers: benhamilton
Reviewed By: benhamilton
Subscribers: klimek, cfe-commits
Differential Revision: https://reviews.llvm.org/D45750
llvm-svn: 330286
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/objc-property-declaration.m')
| -rw-r--r-- | clang-tools-extra/test/clang-tidy/objc-property-declaration.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/test/clang-tidy/objc-property-declaration.m b/clang-tools-extra/test/clang-tidy/objc-property-declaration.m index 0eb618880db..5e5280877f0 100644 --- a/clang-tools-extra/test/clang-tidy/objc-property-declaration.m +++ b/clang-tools-extra/test/clang-tidy/objc-property-declaration.m @@ -17,6 +17,8 @@ @property(strong, nonatomic) NSString *supportURLsCamelCase; @property(strong, nonatomic) NSString *supportURLCamelCase; @property(strong, nonatomic) NSString *VCsPluralToAdd; +@property(assign, nonatomic) int centerX; +@property(assign, nonatomic) int enable2GBackgroundFetch; @end @interface Foo (Bar) |

