aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/NoMallocCheck.h
AgeCommit message (Expand)AuthorFilesLines
8 days[clang-tidy][NFC] http -> https (#160128)Victor Chernyakin1-1/+1
2025-09-14[clang-tidy][NFC] Switch to new file header style (#158497)Victor Chernyakin1-1/+1
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez1-6/+2
2022-06-16[clang-tidy] Organize check doc files into subdirectories (NFC)Richard1-1/+1
2022-05-09[clang-tidy][NFC] Replace many instances of std::string where a StringRef wou...Nathan James1-3/+3
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James1-3/+1
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-0/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-03-30Spelling mistakes in comments. NFCI.Simon Pilgrim1-3/+3
2017-03-02[clang-tidy] Function names configurable for cppcoreguidelines-nomalloc - che...Alexander Kornienko1-1/+19
2016-12-13[Clang-tidy] check for malloc, realloc and free callsAlexander Kornienko1-0/+44