aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/BugReporter.cpp
AgeCommit message (Expand)Author
2010-09-16Refactored BugReporter to refer to EndNode as ErrorNode. We currently make th...Tom Care
2010-09-16Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patchZhongxing Xu
2010-09-09Use FindReportInEquivalenceClass to identify all the nodes used for the trimm...Ted Kremenek
2010-08-25GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall
2010-08-18zap dead code.Chris Lattner
2010-07-20Constify all references to Stmt* and CFGBlock* in libChecker.Zhongxing Xu
2010-07-07Remove Decl::getCompoundBody().Argyrios Kyrtzidis
2010-07-01ExplodedGraph never uses ASTContext, remove it.Zhongxing Xu
2010-04-17Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer
2010-04-06Fix PR 6725. It looks like the copy constructor gets elided during inlining.Zhongxing Xu
2010-03-27Checker: random include cleanup.Benjamin Kramer
2010-03-23merge line.Zhongxing Xu
2010-03-21Delete the new visitor if an old one already exists.Ted Kremenek
2010-03-20Reapply r99024 (but with the memory issue now fixed).Ted Kremenek
2010-03-20Check if a BugReporterVisitor has already been added to a BugReporterContext.Ted Kremenek
2010-03-20Revert r99024, "Augment path diagnostics to include displaying when a messageDaniel Dunbar
2010-03-20Augment path diagnostics to include displaying when a message expressionTed Kremenek
2010-02-08Revert 95541.Ted Kremenek
2010-02-08Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu
2010-01-25Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...Ted Kremenek
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek