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
Paths
| Differential D42253
[clang-tidy objc-property-declaration] Expand list of ObjC acronyms ClosedPublic Authored by benhamilton on Jan 18 2018, 11:10 AM.
Details Summary We were missing some pretty common acronyms in the camelCase This expands the list and sorts it lexicographically, so we can Test Plan: make -j12 check-clang-tools
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 18 2018, 11:35 AM Closed by commit rCTE322886: [clang-tidy objc-property-declaration] Expand list of ObjC acronyms (authored by benhamilton). · Explain WhyJan 18 2018, 12:53 PM Closed by commit rL322886: [clang-tidy objc-property-declaration] Expand list of ObjC acronyms (authored by benhamilton). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 130481 clang-tools-extra/trunk/clang-tidy/objc/PropertyDeclarationCheck.cpp
clang-tools-extra/trunk/docs/clang-tidy/checks/objc-property-declaration.rst
clang-tools-extra/trunk/test/clang-tidy/objc-property-declaration.m
|