summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/clang-tidy/checks/cert-static-object-exception.rst
Commit message (Collapse)AuthorAgeFilesLines
* Renaming CERT documentation files to use the CERT rule identifiers. This is ↵Aaron Ballman2015-12-271-11/+0
| | | | | | for consistency with other checkers, where the documentation file name matches the checker name. NFC of the checkers. llvm-svn: 256474
* [clang-tidy] Updates to documentation: formatting, titles, etc.Alexander Kornienko2015-12-221-0/+2
| | | | llvm-svn: 256259
* Add a new checker, cert-err58-cpp, that checks for static or thread_local ↵Aaron Ballman2015-12-011-0/+9
objects that use a throwing constructor. This check corresponds to the CERT secure coding rule: https://www.securecoding.cert.org/confluence/display/cplusplus/ERR58-CPP.+Constructors+of+objects+with+static+or+thread+storage+duration+must+not+throw+exceptions llvm-svn: 254415
OpenPOWER on IntegriCloud