Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-01-05 | Migrate PathDiagnosticPiece to std::shared_ptr | David Blaikie | 1 | -9/+8 |
2015-09-16 | [analyzer] Add generateErrorNode() APIs to CheckerContext. | Devin Coughlin | 1 | -1/+1 |
2015-06-23 | Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ... | Aaron Ballman | 1 | -5/+5 |
2014-09-04 | unique_ptrify BugReporter::visitors | David Blaikie | 1 | -1/+2 |
2014-07-11 | TestAfterDivZeroChecker.cpp: Avoid member initializer. It is unsupported in m... | NAKAMURA Takumi | 1 | -2/+2 |
2014-07-10 | [analyzer] Check for code testing a variable for 0 after using it as a denomi... | Jordan Rose | 1 | -0/+264 |