llvm-project/clang-tools-extra/clang-tidy/objc
Stephane Moore 20cd5f2e20 [clang-tidy] Fix reference to -[NSError init] in AvoidNSErrorInitCheck.h
llvm-svn: 347000
2018-11-15 22:38:39 +00:00
..
AvoidNSErrorInitCheck.cpp NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) 2018-10-30 20:31:30 +00:00
AvoidNSErrorInitCheck.h [clang-tidy] Fix reference to -[NSError init] in AvoidNSErrorInitCheck.h 2018-11-15 22:38:39 +00:00
AvoidSpinlockCheck.cpp Port getLocStart -> getBeginLoc 2018-08-09 22:42:26 +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 NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) 2018-10-30 20:31:30 +00:00
ForbiddenSubclassingCheck.h
ObjCTidyModule.cpp add new check to find NSError init invocation 2017-11-30 19:05:08 +00:00
PropertyDeclarationCheck.cpp Fix the issue that not recognizing single acronym with prefix as ObjC property name. 2018-11-01 17:36:18 +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