summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/PathDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove '#include <sstream>' from libAnalysis.Ted Kremenek2009-06-261-1/+1
* PathDiagnosticLocation::asRange(): for a PathDiagnosticLocation, the range of...Ted Kremenek2009-05-151-0/+9
* Implement function-try-blocks. However, there's a very subtle bug that I can'...Sebastian Redl2009-04-261-2/+7
* Add PathDiagnosticRange to PathDiagnostics. These simply wrap SourceRange andTed Kremenek2009-04-221-2/+3
* PathDiagnosticLocation: ranges for terminators now only include the firstTed Kremenek2009-04-221-1/+22
* FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor2009-04-181-2/+7
* PathDiagnosticLocation now also wraps Decls.Ted Kremenek2009-04-061-6/+36
* - Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocationTed Kremenek2009-04-011-0/+2
* - Add class PathDiagosticLocationPair.Ted Kremenek2009-03-261-2/+2
* Implement PathDiagnosticLocation::asRange() and PathDiagnosticLocation::asStm...Ted Kremenek2009-03-261-0/+15
* Add comment.Ted Kremenek2009-03-261-0/+2
* Restructure code to silence bogus GCC warning.Ted Kremenek2009-03-261-1/+3
* - Implement PathDiagnosticLocation::asLocation.Ted Kremenek2009-03-261-0/+15
* PathDiagnostics (analyzer):Ted Kremenek2009-03-261-18/+6
* PathDiagnostics:Ted Kremenek2009-03-121-0/+7
* BugReporter:Ted Kremenek2009-03-101-0/+26
* Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece andTed Kremenek2009-03-061-1/+3
* Start work on subclassing PathDiagnosticPiece to distinguish more between con...Ted Kremenek2009-03-061-0/+6
* Fix regression: initialize 'size' for PathDiagnostic to 0.Ted Kremenek2009-03-061-4/+14
* Like PathDiagnosticPieces, strip trailing periods at the end of PathDiagnosti...Ted Kremenek2009-03-061-0/+14
* For now, do not output the 'DisplayHint' in plist files.Ted Kremenek2009-03-021-4/+4
* PathDiagnosticPiece now automatically strips off trailing periods in diagnost...Ted Kremenek2009-02-261-0/+27
* Introduce code modification hints into the diagnostics system. When weDouglas Gregor2009-02-261-0/+2
* Ensure that we assert if given an unhandled value.Mike Stump2009-02-071-0/+1
* handle fatal errors, rely on warnings to point out missing cases.Chris Lattner2009-02-061-1/+2
* remove a dead enumChris Lattner2008-11-221-1/+0
* rewrite FormatDiagnostic to be less gross and a lot more efficient.Chris Lattner2008-11-191-3/+6
* This reworks some of the Diagnostic interfaces a bit to change how diagnosticsChris Lattner2008-11-181-16/+7
* Change the diagnostics interface to take an array of pointers to Chris Lattner2008-11-181-1/+1
* cleanups and simplifications.Chris Lattner2008-11-181-11/+7
* * Remove isInSystemHeader() from DiagClient, move it to SourceManagerNico Weber2008-08-101-13/+1
* PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiringTed Kremenek2008-04-221-2/+2
* PathDiagnosticPiece no longer contains a vector of strings; just one string.Ted Kremenek2008-03-271-7/+29
* Added classes "PathDiagnosticPiece", "PathDiagnostic", and "PathDiagnosticCli...Ted Kremenek2008-03-271-0/+52