aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/objc/MissingHashCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-31Revert "[clang-tidy][NFC] Remove duplicated code"Piotr Zegar1-1/+6
2024-03-31[clang-tidy][NFC] Remove duplicated codePiotr Zegar1-6/+1
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-4/+0
2019-09-21[clang-tidy] Add check for classes missing -hash ⚠️Stephane Moore1-0/+62