summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/cert-variadic-function-def.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add %check_clang_tidy and %clang_tidy_diff.Manuel Klimek2015-10-221-1/+1
| | | | | | | | | | With this, site specific lit configs can inject parameters into the test scripts if they need site specific parameters. Next up: enable check_clang_tidy to take a resource dir to enable non-standard locations for builtin includes. llvm-svn: 251010
* Loosening the restriction on variadic function definitions so that extern ↵Aaron Ballman2015-10-071-0/+6
| | | | | | "C" function definitions are permissible. llvm-svn: 249555
* Adding a checker (cert-dcl50-cpp) that detects the definition of a C-style ↵Aaron Ballman2015-10-051-0/+18
variadic function in C++ code. Corresponds to the CERT C++ secure coding rule: https://www.securecoding.cert.org/confluence/display/cplusplus/DCL50-CPP.+Do+not+define+a+C-style+variadic+function llvm-svn: 249343
OpenPOWER on IntegriCloud