llvm-project/clang-tools-extra/clang-tidy/objc
Ben Hamilton 7ea884c58f [clang-tidy/ObjC] Add hashing algorithm acronyms to objc-property-declaration
Summary:
This PR adds a few acronyms related to hashing algorithms to the standard
list in `objc-property-declaration`.

Reviewers: Wizard

Reviewed By: Wizard

Subscribers: cfe-commits

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

llvm-svn: 335770
2018-06-27 19:13:09 +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/ObjC] Add hashing algorithm acronyms to objc-property-declaration 2018-06-27 19:13:09 +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