llvm-project/clang-tools-extra/clang-tidy/objc
Yan Zhang 9ecb33edbe add new check to find NSError init invocation
Subscribers: klimek, mgorny, cfe-commits

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

llvm-svn: 319460
2017-11-30 19:05:09 +00:00
..
AvoidNSErrorInitCheck.cpp add new check to find NSError init invocation 2017-11-30 19:05:09 +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
ForbiddenSubclassingCheck.h
ObjCTidyModule.cpp add new check to find NSError init invocation 2017-11-30 19:05:08 +00:00
PropertyDeclarationCheck.cpp add new check for property declaration 2017-11-13 23:54:31 +00:00
PropertyDeclarationCheck.h add new check for property declaration 2017-11-13 23:54:31 +00:00