Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Force test to a target that supports thread_local | Matthias Braun | 2015-12-02 | 1 | -1/+1 |
| | | | | | | This should fix darwin bots. llvm-svn: 254477 | ||||
* | Add a new checker, cert-err58-cpp, that checks for static or thread_local ↵ | Aaron Ballman | 2015-12-01 | 1 | -0/+52 |
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 |