Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [ASTMatchers] Added ignoringParenImpCasts to has matchers | Piotr Padlewski | 2016-05-31 | 1 | -4/+4 |
* | Rename the CERT namespace to cert, and update some checkers to use this names... | Aaron Ballman | 2016-01-04 | 1 | -1/+3 |
* | Replace the custom AST matcher for nothrow functions with the canonical AST m... | Aaron Ballman | 2015-12-02 | 1 | -1/+1 |
* | Add a new checker, cert-err58-cpp, that checks for static or thread_local obj... | Aaron Ballman | 2015-12-01 | 1 | -15/+2 |
* | Test to ensure the function does not have an unresolved or unevaluated except... | Aaron Ballman | 2015-11-19 | 1 | -4/+6 |
* | Add a new clang-tidy checker that flags throw expressions whose thrown type i... | Aaron Ballman | 2015-11-16 | 1 | -0/+50 |