Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Make checkEndFunction() give access to the return statement. | Reka Kovacs | 2018-07-16 | 1 | -2/+3 |
* | [analyzer] Do not run visitors until the fixpoint, run only once. | George Karpenkov | 2018-06-26 | 1 | -1/+1 |
* | [analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he... | George Karpenkov | 2018-01-17 | 1 | -2/+1 |
* | Migrate PathDiagnosticPiece to std::shared_ptr | David Blaikie | 2017-01-05 | 1 | -9/+8 |
* | [analyzer] Add generateErrorNode() APIs to CheckerContext. | Devin Coughlin | 2015-09-16 | 1 | -1/+1 |
* | Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ... | Aaron Ballman | 2015-06-23 | 1 | -5/+5 |
* | unique_ptrify BugReporter::visitors | David Blaikie | 2014-09-04 | 1 | -1/+2 |
* | TestAfterDivZeroChecker.cpp: Avoid member initializer. It is unsupported in m... | NAKAMURA Takumi | 2014-07-11 | 1 | -2/+2 |
* | [analyzer] Check for code testing a variable for 0 after using it as a denomi... | Jordan Rose | 2014-07-10 | 1 | -0/+264 |