- 7297134 FunctionDecl::getBody() is getting an ASTContext argument for use in by Douglas Gregor · 16 years ago
- fea5f5a PathDiagnosticLocation now also wraps Decls. by Ted Kremenek · 16 years ago
- 5fb5dfb - Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation by Ted Kremenek · 16 years ago
- 6f00204 - Add class PathDiagosticLocationPair. by Ted Kremenek · 16 years ago
- becf888 Implement PathDiagnosticLocation::asRange() and PathDiagnosticLocation::asStmt(). by Ted Kremenek · 16 years ago
- b773702 Add comment. by Ted Kremenek · 16 years ago
- a546500 Restructure code to silence bogus GCC warning. by Ted Kremenek · 16 years ago
- 97b4003 - Implement PathDiagnosticLocation::asLocation. by Ted Kremenek · 16 years ago
- 1f9bd0f PathDiagnostics (analyzer): by Ted Kremenek · 16 years ago
- 082cb8d PathDiagnostics: by Ted Kremenek · 16 years ago
- 0e5c8d4 BugReporter: by Ted Kremenek · 16 years ago
- 1fbfd5b Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece and by Ted Kremenek · 16 years ago
- 4e06387 Start work on subclassing PathDiagnosticPiece to distinguish more between control-flow pieces, events, etc. by Ted Kremenek · 16 years ago
- 4850451 Fix regression: initialize 'size' for PathDiagnostic to 0. by Ted Kremenek · 16 years ago
- a127cca Like PathDiagnosticPieces, strip trailing periods at the end of PathDiagnostic descriptions by Ted Kremenek · 16 years ago
- e3ce265 For now, do not output the 'DisplayHint' in plist files. by Ted Kremenek · 16 years ago
- 8af2975 PathDiagnosticPiece now automatically strips off trailing periods in diagnostic messages. by Ted Kremenek · 16 years ago
- 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 16 years ago
- e87f5c1 Ensure that we assert if given an unhandled value. by Mike Stump · 16 years ago
- 4132758 handle fatal errors, rely on warnings to point out missing cases. by Chris Lattner · 16 years ago
- 32b939b remove a dead enum by Chris Lattner · 16 years ago
- f4c8396 rewrite FormatDiagnostic to be less gross and a lot more efficient. by Chris Lattner · 16 years ago
- 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
- 2383b7f Change the diagnostics interface to take an array of pointers to by Chris Lattner · 16 years ago
- e837f93 cleanups and simplifications. by Chris Lattner · 16 years ago
- 7bfaaae * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 16 years ago
- 5585114 PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiring by Ted Kremenek · 17 years ago
- 120187d PathDiagnosticPiece no longer contains a vector of strings; just one string. by Ted Kremenek · 17 years ago
- d3abcdf Added classes "PathDiagnosticPiece", "PathDiagnostic", and "PathDiagnosticClient", which encapsulate diagnostic reporting for paths. by Ted Kremenek · 17 years ago