summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Add generateErrorNode() APIs to CheckerContext.Devin Coughlin2015-09-161-1/+1
* Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...Aaron Ballman2015-06-231-5/+5
* unique_ptrify BugReporter::visitorsDavid Blaikie2014-09-041-1/+2
* TestAfterDivZeroChecker.cpp: Avoid member initializer. It is unsupported in m...NAKAMURA Takumi2014-07-111-2/+2
* [analyzer] Check for code testing a variable for 0 after using it as a denomi...Jordan Rose2014-07-101-0/+264
OpenPOWER on IntegriCloud