aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/objc/ObjCTidyModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-10[clang-tidy][NFC] fix 'misc-use-internal-linkage' check warnings (#143482)Baranov Victor1-1/+1
2025-06-09[clang-tidy][NFC] run clang-format over clang-tidy checks and tool code. (#14...Baranov Victor1-7/+4
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-4/+2
2022-08-02Adds the NSDateFormatter checker to clang-tidyRashmi Mudduluru1-0/+2
2021-12-02[clang-tidy][objc] Finds and fixes improper usages of XCTAssertEquals and XCT...Vy Nguyen1-0/+3
2020-04-10[clang-tidy] Add check to find calls to NSInvocation methods under ARC that d...Michael Wyman1-0/+3
2020-02-10Create a clang-tidy check to warn when -dealloc is implemented inside an ObjC...Michael Wyman1-0/+3
2019-10-01[clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlockStephane Moore1-3/+0
2019-09-21[clang-tidy] Add check for classes missing -hash ⚠️Stephane Moore1-0/+3
2019-04-17[clang-tidy] Add a check for [super self] in initializers 🔍Stephane Moore1-0/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-11-30add new check to find NSError init invocationYan Zhang1-0/+3
2017-11-27add new check to find OSSpinlock usageYan Zhang1-0/+3
2017-11-13add new check for property declarationBen Hamilton1-0/+3
2017-10-27[clang-tidy ObjC] [3/3] New check objc-forbidden-subclassingHaojian Wu1-1/+3
2017-10-26[clang-tidy ObjC] [1/3] New module `objc` for Objective-C checksHaojian Wu1-0/+39