llvm-project/clang-tools-extra/clang-tidy/objc
Ben Hamilton d4fb951ce3 [clang-tidy] Add Apple prefix acronyms to objc-property-declaration
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

Reviewers: Wizard, hokein

Subscribers: klimek, xazax.hun, cfe-commits

Differential Revision: https://reviews.llvm.org/D46206

llvm-svn: 331267
2018-05-01 14:48:51 +00:00
..
AvoidNSErrorInitCheck.cpp do not register matcher for objc-only checks when analyzing non-objc sources to save resources 2018-03-07 18:59:25 +00:00
AvoidNSErrorInitCheck.h add new check to find NSError init invocation 2017-11-30 19:05:09 +00:00
AvoidSpinlockCheck.cpp add new check to find OSSpinlock usage 2017-11-27 21:30:10 +00:00
AvoidSpinlockCheck.h add new check to find OSSpinlock usage 2017-11-27 21:30:10 +00:00
CMakeLists.txt add new check to find NSError init invocation 2017-11-30 19:05:08 +00:00
ForbiddenSubclassingCheck.cpp do not register matcher for objc-only checks when analyzing non-objc sources to save resources 2018-03-07 18:59:25 +00:00
ForbiddenSubclassingCheck.h
ObjCTidyModule.cpp add new check to find NSError init invocation 2017-11-30 19:05:08 +00:00
PropertyDeclarationCheck.cpp [clang-tidy] Add Apple prefix acronyms to objc-property-declaration 2018-05-01 14:48:51 +00:00
PropertyDeclarationCheck.h add prefix with '_' support for property name. Corresponding apple dev doc: https://developer.apple.com/library/content/qa/qa1908/_index.html 2018-01-30 01:44:00 +00:00