aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cert/CommandProcessorCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-25[clang-tidy] Remove unused includes (NFC) (#141420)Kazu Hirata1-1/+0
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2020-07-07[NFC] Use hasAnyName matcher in place of anyOf(hasName()...)Nathan James1-2/+1
2019-03-01Fix file headers. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-02-22Add a new check, cert-env33-c, that diagnoses uses of system(), popen(), and ...Aaron Ballman1-0/+45