Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renaming CERT documentation files to use the CERT rule identifiers. This is ↵ | Aaron Ballman | 2015-12-27 | 1 | -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 Kornienko | 2015-12-22 | 1 | -0/+2 |
| | | | | llvm-svn: 256259 | ||||
* | Add a new checker, cert-err58-cpp, that checks for static or thread_local ↵ | Aaron Ballman | 2015-12-01 | 1 | -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 |