1. 5720207 Added method "EmitBasicReport" to BugReporter to simplify the emission of simple bug diagnostics. by Ted Kremenek · 16 years ago
  2. 4323a57 Refactored most of the "Store" piece of ValueState into a Store type. The by Ted Kremenek · 16 years ago
  3. 7032f46 Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers instead of references, because they can both fail by Ted Kremenek · 16 years ago
  4. c095997 Refactored some of the BugReporter interface so that data such as the ASTContext&, PathDiagnosticClient*, can be provided by an external source. by Ted Kremenek · 16 years ago
  5. 1a654b6 Modified the dead stores checker to... by Ted Kremenek · 16 years ago
  6. 331b0ac Added a new ProgramPoint: PostPurgeDeadSymbols. This new program point distinguishes between the cases when we just evaluated the transfer function of a Stmt* (PostStmt) or performed a load (PostLoad). This solves a caching bug observed in a recent bug report. by Ted Kremenek · 16 years ago
  7. c1da441 Fix non-termination bug reported by Thomas Clement! by Ted Kremenek · 16 years ago
  8. 1aa44c7 Prototyped support in the BugReporter to emit diagnostics of the form "p now aliases q". by Ted Kremenek · 16 years ago
  9. 76d90c8 Partitioned BugTypeCachedLocation::isCached() into two methods: one that accepts and ExplodedNode, and the other that accepts a ProgramPoint. The default behavior is to cache bug reports by the by Ted Kremenek · 16 years ago
  10. 143ca22 More refactorings in GeneratePathDiagnostic: use ExecutionContinues to display by Ted Kremenek · 16 years ago
  11. 200ed92 Rename member variable. by Ted Kremenek · 16 years ago
  12. c9fa2f7 Added line number diagnostics to indicate the allocation site of the leaked object. by Ted Kremenek · 16 years ago
  13. bb77e9b Do not highlight bogus ranges for leaks. by Ted Kremenek · 16 years ago
  14. 072192b added preliminary diagnostics in scan-build results to denote whether by Ted Kremenek · 16 years ago
  15. 2673c9f Fix bug in BugReporter where we didn't handle emitting diagnostics for by Ted Kremenek · 16 years ago
  16. 5678392 Don't emit empty strings for path diagnostics when taking the default branch of a switch statement that has no label. by Ted Kremenek · 16 years ago
  17. 910e999 Do a better job at computing dead symbols. by Ted Kremenek · 16 years ago
  18. 5a42995 For case statements involving enums, BugReporter now generates PathDiagnostics by Ted Kremenek · 16 years ago
  19. 6aaca9c Fix minor regression in bug report generation. by Ted Kremenek · 16 years ago
  20. a43a1eb When building PathDiagnostics for bug reports, generate a trimmed ExplodedGraph with a single path that BugReport objects can safely walk and introspect. by Ted Kremenek · 16 years ago
  21. 8b90455 For default branches in switch statements with no default label, print out by Ted Kremenek · 16 years ago
  22. 5585114 PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiring by Ted Kremenek · 16 years ago
  23. 2f0e89e Another bug fix in emitting warnings without a path: construct a unit PathDiagnostic as we did by Ted Kremenek · 16 years ago
  24. 27fd586 Reenable using the PathDiagnosticClient for BugReports without paths. by Ted Kremenek · 16 years ago
  25. 95cc1ba Generalize caching mechanism for bugs reports. Now individual BugTypes by Ted Kremenek · 16 years ago
  26. 8dd5646 BugReport::VisitNode now takes BugReporter& instead of ASTContext&. by Ted Kremenek · 16 years ago
  27. 329d2cc Added null check. by Ted Kremenek · 16 years ago
  28. 75840e1 Simplified internal logic of BugReporter, consolidating EmitWarning and by Ted Kremenek · 16 years ago
  29. bd7efa8 Modified BugReport::getEndPath() to handle the case where end path is at by Ted Kremenek · 16 years ago
  30. 5fcca68 Have BugReporter::EmitWarning use the PathDiagnosticClient if it is available. by Ted Kremenek · 16 years ago
  31. d2f642b Hooked up the dead-store checker to the BugReporter interface. Now dead-store by Ted Kremenek · 16 years ago
  32. 5e55cda Added "RangedBugReport". by Ted Kremenek · 16 years ago
  33. 4bb6ac2 When not emitting path diagnostics in BugReporter::EmitWarning(), use the by Ted Kremenek · 16 years ago
  34. 50a6d0c Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter. by Ted Kremenek · 16 years ago
  35. 6837faa Added new "BugReporterHelper" class which is used by BugReporter to emit by Ted Kremenek · 16 years ago
  36. 706e3cf Improve BugReport diagnostics for loops and ? operator. by Ted Kremenek · 16 years ago
  37. de7161f Use "getRanges" in default implementation of "getEndPath" to determine by Ted Kremenek · 16 years ago
  38. f1ae705 Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to use by Ted Kremenek · 16 years ago
  39. 70d1722 Handle the case when getEndPath() returns NULL. by Ted Kremenek · 16 years ago
  40. 1c19245 Add back bug name to PathDiagnostic. by Ted Kremenek · 16 years ago
  41. 94826a7 When creating PathDiagnostics, created a trimmed graph first and report the by Ted Kremenek · 16 years ago
  42. 61f3e05 Created new path-sensitive bug-reporting scheme based on the classes by Ted Kremenek · 16 years ago