This is an archive of the discontinued LLVM Phabricator instance.

add ID as a special acronym to objc property declaration check for property names like bundleID.allow using acronyms as suffix.
ClosedPublic

Authored by Wizard on Jan 16 2018, 4:05 PM.

Event Timeline

Wizard created this revision.Jan 16 2018, 4:05 PM
Wizard retitled this revision from add ID as a special acronym to objc property declaration check for property names like bundleID. allow using acronyms as suffix. to add ID as a special acronym to objc property declaration check for property names like bundleID.allow using acronyms as suffix..Jan 16 2018, 4:06 PM
Wizard added reviewers: benhamilton, hokein.
benhamilton accepted this revision.Jan 16 2018, 4:11 PM
This revision is now accepted and ready to land.Jan 16 2018, 4:11 PM
This revision was automatically updated to reflect the committed changes.
hokein added inline comments.Jan 17 2018, 4:33 AM
clang-tools-extra/trunk/clang-tidy/objc/PropertyDeclarationCheck.cpp
45 ↗(On Diff #130060)

We also need to update the doc of the check.