[PATCH] D42253: [clang-tidy objc-property-declaration] Expand list of ObjC acronyms
Ben Hamilton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 18 11:13:06 PST 2018
benhamilton created this revision.
benhamilton added reviewers: Wizard, hokein, klimek.
Herald added a subscriber: cfe-commits.
We were missing some pretty common acronyms in the camelCase
property name check objc-property-declaration.
This expands the list and sorts it lexicographically, so we can
avoid duplicates.
Test Plan: make -j12 check-clang-tools
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D42253
Files:
clang-tidy/objc/PropertyDeclarationCheck.cpp
test/clang-tidy/objc-property-declaration.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42253.130459.patch
Type: text/x-patch
Size: 2581 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180118/6bba1440/attachment.bin>
More information about the cfe-commits
mailing list