aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-05Migrate PathDiagnosticPiece to std::shared_ptrDavid Blaikie1-9/+8
2015-09-16[analyzer] Add generateErrorNode() APIs to CheckerContext.Devin Coughlin1-1/+1
2015-06-23Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...Aaron Ballman1-5/+5
2014-09-04unique_ptrify BugReporter::visitorsDavid Blaikie1-1/+2
2014-07-11TestAfterDivZeroChecker.cpp: Avoid member initializer. It is unsupported in m...NAKAMURA Takumi1-2/+2
2014-07-10[analyzer] Check for code testing a variable for 0 after using it as a denomi...Jordan Rose1-0/+264