| Commit message (Expand) | Author | Age | Files | Lines |
* | [analyzer] PR43102: Fix an assertion and an out-of-bounds error for diagnosti... | Kristof Umann | 2019-09-18 | 1 | -7/+11 |
* | [analyzer][NFC] Fix inconsistent references to checkers as "checks" | Kristof Umann | 2019-09-12 | 1 | -2/+2 |
* | [analyzer] NFC: Move PathDiagnostic classes to libAnalysis. | Artem Dergachev | 2019-09-11 | 1 | -0/+1215 |
* | Split libAnalysis into two libraries: libAnalysis and libChecker. | Ted Kremenek | 2010-01-25 | 1 | -281/+0 |
* | Switch PathDiagnostic to StringRef. | Benjamin Kramer | 2009-12-11 | 1 | -36/+13 |
* | Reintroduce FoldingSet profiling for PathDiagnostics. | Ted Kremenek | 2009-09-18 | 1 | -0/+62 |
* | Revert most of r82198, which was causing a large number of crashes | Ted Kremenek | 2009-09-18 | 1 | -62/+0 |
* | Introduce caching of diagnostics in BugReporter. This provides extra | Ted Kremenek | 2009-09-18 | 1 | -0/+62 |
* | Eliminate FunctionDecl::getBodyIfAvailable | Douglas Gregor | 2009-09-12 | 1 | -1/+1 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -16/+16 |
* | Remove '#include <sstream>' from libAnalysis. | Ted Kremenek | 2009-06-26 | 1 | -1/+1 |
* | PathDiagnosticLocation::asRange(): for a PathDiagnosticLocation, the range of... | Ted Kremenek | 2009-05-15 | 1 | -0/+9 |
* | Implement function-try-blocks. However, there's a very subtle bug that I can'... | Sebastian Redl | 2009-04-26 | 1 | -2/+7 |
* | Add PathDiagnosticRange to PathDiagnostics. These simply wrap SourceRange and | Ted Kremenek | 2009-04-22 | 1 | -2/+3 |
* | PathDiagnosticLocation: ranges for terminators now only include the first | Ted Kremenek | 2009-04-22 | 1 | -1/+22 |
* | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor | 2009-04-18 | 1 | -2/+7 |
* | PathDiagnosticLocation now also wraps Decls. | Ted Kremenek | 2009-04-06 | 1 | -6/+36 |
* | - Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation | Ted Kremenek | 2009-04-01 | 1 | -0/+2 |
* | - Add class PathDiagosticLocationPair. | Ted Kremenek | 2009-03-26 | 1 | -2/+2 |
* | Implement PathDiagnosticLocation::asRange() and PathDiagnosticLocation::asStm... | Ted Kremenek | 2009-03-26 | 1 | -0/+15 |
* | Add comment. | Ted Kremenek | 2009-03-26 | 1 | -0/+2 |
* | Restructure code to silence bogus GCC warning. | Ted Kremenek | 2009-03-26 | 1 | -1/+3 |
* | - Implement PathDiagnosticLocation::asLocation. | Ted Kremenek | 2009-03-26 | 1 | -0/+15 |
* | PathDiagnostics (analyzer): | Ted Kremenek | 2009-03-26 | 1 | -18/+6 |
* | PathDiagnostics: | Ted Kremenek | 2009-03-12 | 1 | -0/+7 |
* | BugReporter: | Ted Kremenek | 2009-03-10 | 1 | -0/+26 |
* | Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece and | Ted Kremenek | 2009-03-06 | 1 | -1/+3 |
* | Start work on subclassing PathDiagnosticPiece to distinguish more between con... | Ted Kremenek | 2009-03-06 | 1 | -0/+6 |
* | Fix regression: initialize 'size' for PathDiagnostic to 0. | Ted Kremenek | 2009-03-06 | 1 | -4/+14 |
* | Like PathDiagnosticPieces, strip trailing periods at the end of PathDiagnosti... | Ted Kremenek | 2009-03-06 | 1 | -0/+14 |
* | For now, do not output the 'DisplayHint' in plist files. | Ted Kremenek | 2009-03-02 | 1 | -4/+4 |
* | PathDiagnosticPiece now automatically strips off trailing periods in diagnost... | Ted Kremenek | 2009-02-26 | 1 | -0/+27 |
* | Introduce code modification hints into the diagnostics system. When we | Douglas Gregor | 2009-02-26 | 1 | -0/+2 |
* | Ensure that we assert if given an unhandled value. | Mike Stump | 2009-02-07 | 1 | -0/+1 |
* | handle fatal errors, rely on warnings to point out missing cases. | Chris Lattner | 2009-02-06 | 1 | -1/+2 |
* | remove a dead enum | Chris Lattner | 2008-11-22 | 1 | -1/+0 |
* | rewrite FormatDiagnostic to be less gross and a lot more efficient. | Chris Lattner | 2008-11-19 | 1 | -3/+6 |
* | This reworks some of the Diagnostic interfaces a bit to change how diagnostics | Chris Lattner | 2008-11-18 | 1 | -16/+7 |
* | Change the diagnostics interface to take an array of pointers to | Chris Lattner | 2008-11-18 | 1 | -1/+1 |
* | cleanups and simplifications. | Chris Lattner | 2008-11-18 | 1 | -11/+7 |
* | * Remove isInSystemHeader() from DiagClient, move it to SourceManager | Nico Weber | 2008-08-10 | 1 | -13/+1 |
* | PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiring | Ted Kremenek | 2008-04-22 | 1 | -2/+2 |
* | PathDiagnosticPiece no longer contains a vector of strings; just one string. | Ted Kremenek | 2008-03-27 | 1 | -7/+29 |
* | Added classes "PathDiagnosticPiece", "PathDiagnostic", and "PathDiagnosticCli... | Ted Kremenek | 2008-03-27 | 1 | -0/+52 |