aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cert/VariadicFunctionDefCheck.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-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-3/+0
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-01-04Rename the CERT namespace to cert, and update some checkers to use this names...Aaron Ballman1-1/+2
2015-10-07Loosening the restriction on variadic function definitions so that extern "C"...Aaron Ballman1-3/+6
2015-10-05Adding a checker (cert-dcl50-cpp) that detects the definition of a C-style va...Aaron Ballman1-0/+38