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