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