llvm-project/clang-tools-extra/clang-tidy/objc
Ben Hamilton 1ca21bb5e6 [checks/property-decls] Fix comment in clang-tidy/objc/PropertyDeclarationCheck.cpp ✍️
Summary: The comment incorrectly claims that the listed acronyms are all extracted from the linked Apple documentation.

Reviewers: Wizard, benhamilton

Reviewed By: Wizard, benhamilton

Subscribers: cfe-commits

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

Contributed by @stephanemoore.

llvm-svn: 334238
2018-06-07 21:30:56 +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 [checks/property-decls] Fix comment in clang-tidy/objc/PropertyDeclarationCheck.cpp ✍️ 2018-06-07 21:30:56 +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