This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Add Apple prefix acronyms to objc-property-declaration
ClosedPublic

Authored by benhamilton on Apr 27 2018, 12:48 PM.

Details

Summary

This adds a few common Apple first-party API prefixes as acronyms to
objc-property-declaration.

Here's a list showing where these come from:

http://nshipster.com/namespacing/

Test Plan: New tests added. Ran tests with:

% make -j16 check-clang-tools

Diff Detail

Repository
rL LLVM

Event Timeline

benhamilton created this revision.Apr 27 2018, 12:48 PM
Wizard accepted this revision.Apr 28 2018, 3:26 PM
This revision is now accepted and ready to land.Apr 28 2018, 3:26 PM
This revision was automatically updated to reflect the committed changes.