1. efc620c Sentence-type bug type and category. by Ted Kremenek · 16 years ago
  2. 0ddaff3 Add another null pointer check. Simplify condition. by Ted Kremenek · 16 years ago
  3. c2dcd89 Fix grammar. by Ted Kremenek · 16 years ago
  4. 28de78b Add null pointer check. by Ted Kremenek · 16 years ago
  5. 13493ea More title-casing of bug type names. by Ted Kremenek · 16 years ago
  6. 4188409 Title-case the names of bug types. by Ted Kremenek · 16 years ago
  7. 5d88ff8 Title-case the names of bug types. by Ted Kremenek · 16 years ago
  8. 9e2d98d BugReporter, extensive path-diagnostics: add an extra control-flow edge to the by Ted Kremenek · 16 years ago
  9. 0dc65be Fix comment. by Ted Kremenek · 16 years ago
  10. a42c4c9 BugReporter: for extensive path diagnostics: by Ted Kremenek · 16 years ago
  11. 51a735c BugReporter: for extensive PathDiagnostic generation, add control-flow from the by Ted Kremenek · 16 years ago
  12. c3f83ad BugReporter: For the "extensive" PathDiagnostic generation algorithm, elide most by Ted Kremenek · 16 years ago
  13. b930d7a Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct by Ted Kremenek · 16 years ago
  14. 5fb5dfb - Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation by Ted Kremenek · 16 years ago
  15. 3106198 More code reshuffling. No functionality change. by Ted Kremenek · 16 years ago
  16. 7dc8664 Allow two codepaths for PathDiagnostic generation. This patch mainly consists of by Ted Kremenek · 16 years ago
  17. e8e8648 Re-apply 68028. The code had drifted enough that the tests would fail without by Ted Kremenek · 16 years ago
  18. 782582d Revert 68028. by Ted Kremenek · 16 years ago
  19. be65d90 Remove dead code. by Ted Kremenek · 16 years ago
  20. 93e7145 Simplify more code by using SVal::getAsSymbol(). by Ted Kremenek · 16 years ago
  21. 380022d Simplify more code by using SVal::getAsSymbol() instead of by Ted Kremenek · 16 years ago
  22. 0297ee0 Convert use of loc::SymbolVal and nonloc::SymbolVal to V.getAsSymbol(). This by Ted Kremenek · 16 years ago
  23. 536aa02 Add version of GRExprEngine::AddCheck that registered a GRSimpleAPICheck that by Ted Kremenek · 16 years ago
  24. a45fec1 Make SymbolicRegion untyped. by Zhongxing Xu · 16 years ago
  25. f1d537f Implement a FIXME. by Zhongxing Xu · 16 years ago
  26. 2a8d6b0 Fix regression in pointer comparison with NULL (e.g., 0 != ptr). This fixes by Ted Kremenek · 16 years ago
  27. f5ab8e6 Adjust control-flow endpoints for '&&' and '||'. by Ted Kremenek · 16 years ago
  28. 7e24e82 rename some methods. by Chris Lattner · 16 years ago
  29. 1d9a23a Text PathDiagnosticBuilder::getEnclosingStmt() about '?' by Ted Kremenek · 16 years ago
  30. af3e3d5 Teach PathDiagnosticBuilder::getEnclosingStmtLocation() about while/if/do/for, by Ted Kremenek · 16 years ago
  31. ab3a852 Change compound assignment operators to keep track of both the promoted by Eli Friedman · 16 years ago
  32. d8c938b BugReporter: For control-flow edges from 'if', 'for', 'do', 'while' to by Ted Kremenek · 16 years ago
  33. 00605e0 BugReporter: PathDiagnosticBuilder::ExecutionContinues now returns a by Ted Kremenek · 16 years ago
  34. 73b6a44 remove dead code. by Zhongxing Xu · 16 years ago
  35. babdd7b BugReporter: by Ted Kremenek · 16 years ago
  36. 6fa9c38 remove the updated notes. by Zhongxing Xu · 16 years ago
  37. 6f00204 - Add class PathDiagosticLocationPair. by Ted Kremenek · 16 years ago
  38. becf888 Implement PathDiagnosticLocation::asRange() and PathDiagnosticLocation::asStmt(). by Ted Kremenek · 16 years ago
  39. b773702 Add comment. by Ted Kremenek · 16 years ago
  40. a546500 Restructure code to silence bogus GCC warning. by Ted Kremenek · 16 years ago
  41. 97b4003 - Implement PathDiagnosticLocation::asLocation. by Ted Kremenek · 16 years ago
  42. 1f9bd0f PathDiagnostics (analyzer): by Ted Kremenek · 16 years ago
  43. 8430456 Move "regions" analyzer design document to 'docs'. by Ted Kremenek · 16 years ago
  44. 4b8f99b Simplify some code. No functionality change. by Zhongxing Xu · 16 years ago
  45. 7fddc33 Check in some design documents to centralize ideas around region store and the by Zhongxing Xu · 16 years ago
  46. e0e4ebf analyzer infrastructure: make a bunch of changes to symbolic expressions that by Ted Kremenek · 16 years ago
  47. a129eb9 This patch adds two more SymbolData subclasses: SymIntExpr and SymSymExpr, for by Zhongxing Xu · 16 years ago
  48. 68ac94a analyzer: Provide temporary workaround for false positive reported by by Ted Kremenek · 16 years ago
  49. 693de5d analyzer: Fix embarrassing regression in BasicStore when invalidating struct by Ted Kremenek · 16 years ago
  50. bb9b271 GRExprEngine: by Ted Kremenek · 16 years ago
  51. 7037ab8 retain/release checker: Tracking autorelease counts for objects. We're still not by Ted Kremenek · 16 years ago
  52. 7237459 Fix PR 3836 by eagerly assuming symbolic constraints returned by unary '!'. by Ted Kremenek · 16 years ago
  53. ec099f1 Fix crash reported in <rdar://problem/6695527>. We now have by Ted Kremenek · 16 years ago
  54. c2fdb07 Use a work list to recursively build up the subregion mapping, and mark live by Zhongxing Xu · 16 years ago
  55. 6199190 Stub out some code for support for NSDeallocateObject. This is enabled yet until by Ted Kremenek · 16 years ago
  56. f95e9fc retain/release checker: Add support for reasoning about -dealloc. by Ted Kremenek · 16 years ago
  57. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
  58. 8be2a67 Fix PR 3677 [retain checker]: custom 'allocWithZone' methods should be allowed by Ted Kremenek · 16 years ago
  59. 6ae8a36 Add a hack in the analyzer to recover some path-sensitivity at branch by Ted Kremenek · 16 years ago
  60. 1060a3c Updated comment. by Ted Kremenek · 16 years ago
  61. 610e81d Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target by Ted Kremenek · 16 years ago
  62. 10aa554 Use the correct data structures! by Ted Kremenek · 16 years ago
  63. 082cb8d PathDiagnostics: by Ted Kremenek · 16 years ago
  64. 9d8d0fc Add comments. by Zhongxing Xu · 16 years ago
  65. b13ecdb Use getAsRecordType() to get around sugar types. by Zhongxing Xu · 16 years ago
  66. d3ad531 Remove '[naming convention]' from bug type. by Ted Kremenek · 16 years ago
  67. b2dea73 Add TypedViewRegion::isBoundable() to indicate whether or not the by Ted Kremenek · 16 years ago
  68. c45a825 Do not stipulate the record type is a definition in BindStruct(). by Zhongxing Xu · 16 years ago
  69. 2b1dc17 Fix crash when LHS of pointer arithmetic is not ElementRegion. by Zhongxing Xu · 16 years ago
  70. ac6ff48 RegionStore::getLValueElement: Handle the case where the signedness of the by Ted Kremenek · 16 years ago
  71. 21028dd GRExprEngine::ProcessBranch: Don't register a "pretty-stack printer" when the Condition is null. by Ted Kremenek · 16 years ago
  72. fa6228d Fix PR 3780: In one code path in BasicValueFactory::getValue() we would not by Ted Kremenek · 16 years ago
  73. 0bed8a1 GRExprEngine: Add pretty-stack trace printing for crashes and assertion failures. by Ted Kremenek · 16 years ago
  74. 7de20fe SimpleConstraintManager doesn't reason about bitwise-constraints on symbolic by Ted Kremenek · 16 years ago
  75. 276c6ac GRExprEngine: For places we might conjure up a new symbol to recover by Ted Kremenek · 16 years ago
  76. 66b5271 Added method "canReasonAbout" to ConstraintManager. This method returns true if by Ted Kremenek · 16 years ago
  77. 940abcc Use the BugReports in BugReporter to determine the root nodes for "trim-egraph". by Ted Kremenek · 16 years ago
  78. 4a77edb Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 16 years ago
  79. 0e5c8d4 BugReporter: by Ted Kremenek · 16 years ago
  80. 25d01ba retain/release checker: Allow allocations to fail by returning nil. by Ted Kremenek · 16 years ago
  81. de7ec63 RegionStore::getElementLValue(): Handle the case where the base is a null pointer. by Ted Kremenek · 16 years ago
  82. 214c6cb Teach GRSimpleVals::EvalNE and GRSimplVals::EvalEQ about TypedRegionViews and by Ted Kremenek · 16 years ago
  83. fda79d1 Remove some dead spacing. No functionality change. by Ted Kremenek · 16 years ago
  84. ff8d204 Only track integer and pointer values. by Zhongxing Xu · 16 years ago
  85. 1038f9f Now we do not retrieve untyped regions. by Zhongxing Xu · 16 years ago
  86. bd4f745 Fix a serious bug in RegionStore: we got the new state with new store from by Zhongxing Xu · 16 years ago
  87. 1fbfd5b Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece and by Ted Kremenek · 16 years ago
  88. 4e06387 Start work on subclassing PathDiagnosticPiece to distinguish more between control-flow pieces, events, etc. by Ted Kremenek · 16 years ago
  89. 4850451 Fix regression: initialize 'size' for PathDiagnostic to 0. by Ted Kremenek · 16 years ago
  90. a127cca Like PathDiagnosticPieces, strip trailing periods at the end of PathDiagnostic descriptions by Ted Kremenek · 16 years ago
  91. 5c42f9b Fix another GRExprEngine::VisitCast regression: handle casts of void* to function pointers. by Ted Kremenek · 16 years ago
  92. bf0a4dd Minor tweak: Recognize 'CGCF' prefix in addition to 'CF' and 'CG'. by Ted Kremenek · 16 years ago
  93. c530291 Fix regression in GRExprEngine::VisitCast: Do not wrap symbolic function pointers with TypedViewRegions. by Ted Kremenek · 16 years ago
  94. f684d56 Retrofit some basic tracking of ivars (for the current object) into BasicStore. by Ted Kremenek · 16 years ago
  95. 39fc715 Minor code compaction. No functionality change. by Ted Kremenek · 16 years ago
  96. 2c8e788 Rename VarBindings -> Bindings. by Ted Kremenek · 16 years ago
  97. be91224 BasicStore: by Ted Kremenek · 16 years ago
  98. 3de2d3c Add initial support for tracking ivars, with special handling for ivars of 'self'. by Ted Kremenek · 16 years ago
  99. ac78d6b Add 'cast<>' to remove an extra function call and dynamic cast. by Ted Kremenek · 16 years ago
  100. e121da4 More fixes in cast logic. by Ted Kremenek · 16 years ago