summaryrefslogtreecommitdiffstats
path: root/clang-tidy/cert/VariadicFunctionDefCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename the CERT namespace to cert, and update some checkers to use this names...Aaron Ballman2016-01-041-1/+2
* Loosening the restriction on variadic function definitions so that extern "C"...Aaron Ballman2015-10-071-3/+6
* Adding a checker (cert-dcl50-cpp) that detects the definition of a C-style va...Aaron Ballman2015-10-051-0/+38