summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cert/CommandProcessorCheck.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a new check, cert-env33-c, that diagnoses uses of system(), popen(), and ↵Aaron Ballman2016-02-221-0/+45
_popen() to execute a command processor. This check corresponds to the CERT secure coding rule: https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=2130132 llvm-svn: 261530
OpenPOWER on IntegriCloud