clang-tools
9.0.0
|
Classes | |
class | AvoidNSErrorInitCheck |
Finds usages of -[NSError init]. More... | |
class | AvoidSpinlockCheck |
Finds usages of OSSpinlock, which is deprecated due to potential livelock problems. More... | |
class | ForbiddenSubclassingCheck |
Finds Objective-C classes which have a superclass which is documented to not support subclassing. More... | |
class | ObjCModule |
class | PropertyDeclarationCheck |
class | SuperSelfCheck |
Finds invocations of -self on super instances in initializers of subclasses of NSObject and recommends calling a superclass initializer instead. More... | |
Functions | |
static ClangTidyModuleRegistry::Add< ObjCModule > | X ("objc-module", "Adds Objective-C lint checks.") |
|
static |
Referenced by clang::tidy::objc::ObjCModule::addCheckFactories().