1. 0a76aae introduce a new CharSourceRange class, and enhance the diagnostics routines by Chris Lattner · 14 years ago
  2. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 14 years ago
  3. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 14 years ago
  4. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 14 years ago
  5. 6b67630 Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' by Ted Kremenek · 15 years ago
  6. 1309f9a Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 15 years ago[Renamed (99%) from lib/Analysis/PathDiagnostic.cpp]
  7. d8e494f Switch PathDiagnostic to StringRef. by Benjamin Kramer · 15 years ago
  8. db8338a Reintroduce FoldingSet profiling for PathDiagnostics. by Ted Kremenek · 15 years ago
  9. 7f473c5 Revert most of r82198, which was causing a large number of crashes by Ted Kremenek · 15 years ago
  10. 6a19832 Introduce caching of diagnostics in BugReporter. This provides extra by Ted Kremenek · 15 years ago
  11. af3280f Eliminate FunctionDecl::getBodyIfAvailable by Douglas Gregor · 15 years ago
  12. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  13. 1140186 Remove '#include <sstream>' from libAnalysis. by Ted Kremenek · 15 years ago
  14. 1e63c29 PathDiagnosticLocation::asRange(): for a PathDiagnosticLocation, the range of a DeclStmt is only the decl, not by Ted Kremenek · 15 years ago
  15. d3a413d Implement function-try-blocks. However, there's a very subtle bug that I can't track down. by Sebastian Redl · 15 years ago
  16. 4c5fcd9 Add PathDiagnosticRange to PathDiagnostics. These simply wrap SourceRange and by Ted Kremenek · 15 years ago
  17. 8f33290 PathDiagnosticLocation: ranges for terminators now only include the first by Ted Kremenek · 15 years ago
  18. 7297134 FunctionDecl::getBody() is getting an ASTContext argument for use in by Douglas Gregor · 15 years ago
  19. fea5f5a PathDiagnosticLocation now also wraps Decls. by Ted Kremenek · 15 years ago
  20. 5fb5dfb - Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation by Ted Kremenek · 15 years ago
  21. 6f00204 - Add class PathDiagosticLocationPair. by Ted Kremenek · 15 years ago
  22. becf888 Implement PathDiagnosticLocation::asRange() and PathDiagnosticLocation::asStmt(). by Ted Kremenek · 15 years ago
  23. b773702 Add comment. by Ted Kremenek · 15 years ago
  24. a546500 Restructure code to silence bogus GCC warning. by Ted Kremenek · 15 years ago
  25. 97b4003 - Implement PathDiagnosticLocation::asLocation. by Ted Kremenek · 15 years ago
  26. 1f9bd0f PathDiagnostics (analyzer): by Ted Kremenek · 15 years ago
  27. 082cb8d PathDiagnostics: by Ted Kremenek · 15 years ago
  28. 0e5c8d4 BugReporter: by Ted Kremenek · 15 years ago
  29. 1fbfd5b Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece and by Ted Kremenek · 15 years ago
  30. 4e06387 Start work on subclassing PathDiagnosticPiece to distinguish more between control-flow pieces, events, etc. by Ted Kremenek · 15 years ago
  31. 4850451 Fix regression: initialize 'size' for PathDiagnostic to 0. by Ted Kremenek · 15 years ago
  32. a127cca Like PathDiagnosticPieces, strip trailing periods at the end of PathDiagnostic descriptions by Ted Kremenek · 15 years ago
  33. e3ce265 For now, do not output the 'DisplayHint' in plist files. by Ted Kremenek · 15 years ago
  34. 8af2975 PathDiagnosticPiece now automatically strips off trailing periods in diagnostic messages. by Ted Kremenek · 15 years ago
  35. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 15 years ago
  36. e87f5c1 Ensure that we assert if given an unhandled value. by Mike Stump · 15 years ago
  37. 4132758 handle fatal errors, rely on warnings to point out missing cases. by Chris Lattner · 16 years ago
  38. 32b939b remove a dead enum by Chris Lattner · 16 years ago
  39. f4c8396 rewrite FormatDiagnostic to be less gross and a lot more efficient. by Chris Lattner · 16 years ago
  40. 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
  41. 2383b7f Change the diagnostics interface to take an array of pointers to by Chris Lattner · 16 years ago
  42. e837f93 cleanups and simplifications. by Chris Lattner · 16 years ago
  43. 7bfaaae * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 16 years ago
  44. 5585114 PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiring by Ted Kremenek · 16 years ago
  45. 120187d PathDiagnosticPiece no longer contains a vector of strings; just one string. by Ted Kremenek · 16 years ago
  46. d3abcdf Added classes "PathDiagnosticPiece", "PathDiagnostic", and "PathDiagnosticClient", which encapsulate diagnostic reporting for paths. by Ted Kremenek · 16 years ago