aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/BugReporter.cpp
AgeCommit message (Expand)Author
2008-04-18Simplified internal logic of BugReporter, consolidating EmitWarning andTed Kremenek
2008-04-17Modified BugReport::getEndPath() to handle the case where end path is atTed Kremenek
2008-04-14Have BugReporter::EmitWarning use the PathDiagnosticClient if it is available.Ted Kremenek
2008-04-14Hooked up the dead-store checker to the BugReporter interface. Now dead-storeTed Kremenek
2008-04-11Added "RangedBugReport".Ted Kremenek
2008-04-10When not emitting path diagnostics in BugReporter::EmitWarning(), use theTed Kremenek
2008-04-09Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.Ted Kremenek
2008-04-09Added new "BugReporterHelper" class which is used by BugReporter to emitTed Kremenek
2008-04-07Improve BugReport diagnostics for loops and ? operator.Ted Kremenek
2008-04-03Use "getRanges" in default implementation of "getEndPath" to determineTed Kremenek
2008-04-03Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to useTed Kremenek
2008-04-03Handle the case when getEndPath() returns NULL.Ted Kremenek
2008-04-03Add back bug name to PathDiagnostic.Ted Kremenek
2008-04-03When creating PathDiagnostics, created a trimmed graph first and report theTed Kremenek
2008-04-03Created new path-sensitive bug-reporting scheme based on the classesTed Kremenek