llvm-project/clang-tools-extra/clang-tidy/objc
Stephane Moore e4acb971f1 [clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlock
Summary:
OSSpinLock* are Apple/Darwin functions, but were previously located with ObjC checks as those were most closely tied to Apple platforms before.

Now that there's a specific Darwin module, relocating the check there.

This change was prepared by running rename_check.py.

Contributed By: mwyman

Reviewers: stephanemoore, dmaclach

Reviewed By: stephanemoore

Subscribers: Eugene.Zelenko, mgorny, xazax.hun, cfe-commits

Tags: #clang-tools-extra, #clang, #llvm

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

llvm-svn: 373392
2019-10-01 21:18:40 +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
CMakeLists.txt [clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlock 2019-10-01 21:18:40 +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
MissingHashCheck.cpp [clang-tidy] Add check for classes missing -hash ⚠️ 2019-09-21 01:22:22 +00:00
MissingHashCheck.h [clang-tidy] Add check for classes missing -hash ⚠️ 2019-09-21 01:22:22 +00:00
ObjCTidyModule.cpp [clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlock 2019-10-01 21:18:40 +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 Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
SuperSelfCheck.h [clang-tidy] Add a check for [super self] in initializers 🔍 2019-04-17 22:29:06 +00:00