llvm-project/clang-tools-extra/clang-tidy/objc
Stephane Moore a53cce943d [clang-tidy] Migrate objc-super-self to use isDerivedFrom 🚛
Summary:
This migrates objc-super-self to `isDerivedFrom` as it now supports
matching Objective-C interface declarations.

Test Notes:
Ran clang tools tests.

Reviewers: aaron.ballman, gribozavr

Reviewed By: aaron.ballman

Subscribers: xazax.hun, cfe-commits

Tags: #clang

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

llvm-svn: 369081
2019-08-16 02:27:58 +00:00
..
AvoidNSErrorInitCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AvoidNSErrorInitCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
AvoidSpinlockCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AvoidSpinlockCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
CMakeLists.txt [clang-tidy] Add a check for [super self] in initializers 🔍 2019-04-17 22:29:06 +00:00
ForbiddenSubclassingCheck.cpp [clang-tidy] Migrate objc-forbidden-subclassing to use isDerivedFrom 🚛 2019-08-16 01:52:17 +00:00
ForbiddenSubclassingCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
ObjCTidyModule.cpp [clang-tidy] Add a check for [super self] in initializers 🔍 2019-04-17 22:29:06 +00:00
PropertyDeclarationCheck.cpp Update property prefix regex to allow numbers. 2019-02-20 17:32:41 +00:00
PropertyDeclarationCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
SuperSelfCheck.cpp [clang-tidy] Migrate objc-super-self to use isDerivedFrom 🚛 2019-08-16 02:27:58 +00:00
SuperSelfCheck.h [clang-tidy] Add a check for [super self] in initializers 🔍 2019-04-17 22:29:06 +00:00