summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/PathDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud