aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez1-6/+2
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-0/+3
2019-03-25[clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang1-2/+3
2015-09-29Adding a checker (misc-new-delete-overloads) that detects mismatched overload...Aaron Ballman1-0/+37