summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/cert-err34-c.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a clang-tidy check that flags string-to-number conversion functions that ↵Aaron Ballman2016-04-291-0/+43
have insufficient error checking, suggesting a better alternative. This check corresponds to: https://www.securecoding.cert.org/confluence/display/c/ERR34-C.+Detect+errors+when+converting+a+string+to+a+number llvm-svn: 268100
OpenPOWER on IntegriCloud