1. 9fe09f3 [analyzer] Be more consistent about Objective-C methods that free memory. by Jordan Rose · 12 years ago
  2. 7a95de6 Replace ProgramPoint llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  3. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 12 years ago
  4. 5251abe Replace SVal llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  5. 118aa75 [analyzer] Report bugs when freeing memory with offset pointer by Anna Zaks · 12 years ago
  6. 233e26a [analyzer] Add pointer escape type param to checkPointerEscape callback by Anna Zaks · 12 years ago
  7. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  8. 97bfb55 [analyzer] Include the bug uniqueing location in the issue_hash. by Anna Zaks · 12 years ago
  9. a4a1759 Tighten code. No functionality change. by Ted Kremenek · 12 years ago
  10. c37fad6 Make MallocChecker debug output useful. by Ted Kremenek · 12 years ago
  11. bf53dfa [analyzer] Add the pointer escaped callback. by Anna Zaks · 12 years ago
  12. c2cca23 [analyzer] Don't generate a summary for "freeWhenDone" if method is inlined. by Anna Zaks · 12 years ago
  13. e3ce2c1 Only provide explicit getCapturedRegion() and getOriginalRegion() from referenced_vars_iterator. by Ted Kremenek · 12 years ago
  14. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  15. 2fa67ef Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. by Benjamin Kramer · 12 years ago
  16. 4d9f4e5 Make helpers static/anonymous. by Benjamin Kramer · 12 years ago
  17. 65d4bd6 [analyzer] MallocChecker: Remove now-unnecessary check::EndPath callback. by Jordan Rose · 12 years ago
  18. 2ccecfa [analyzer] Address Jordan's code review for r167813. by Anna Zaks · 12 years ago
  19. 4141e4d Fix a Malloc Checker FP by tracking return values from initWithCharacter by Anna Zaks · 12 years ago
  20. 166d502 [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). by Jordan Rose · 12 years ago
  21. 785950e [analyzer] Rename 'EmitReport' to 'emitReport'. by Jordan Rose · 12 years ago
  22. 79a29eb [analyzer] Fix typo in r167186. by Jordan Rose · 12 years ago
  23. ec8d420 [analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue. by Jordan Rose · 12 years ago
  24. 5445870 [analyzer] Malloc checker cleanup/refactor by Anna Zaks · 12 years ago
  25. 615a092 Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics. by Jordan Rose · 12 years ago
  26. c20c727 [analyzer] MallocChecker should not do post-call checks on inlined functions. by Jordan Rose · 12 years ago
  27. 5fc1d0c [analyzer] Teach the analyzer about implicit initialization of statics by Anna Zaks · 12 years ago
  28. 9dc298b [analyzer] Fix another false positive in malloc realloc logic. by Anna Zaks · 12 years ago
  29. 47cbd0f Remove ProgramState::getSymVal(). It was being misused by Checkers, by Ted Kremenek · 12 years ago
  30. 55dd956 [analyzer] Fix realloc related bug in the malloc checker. by Anna Zaks · 12 years ago
  31. 66c486f Rename 'currentX' to 'currX' throughout analyzer and libAnalysis. by Ted Kremenek · 12 years ago
  32. 431e35c [analyzer] Cleanup of malloc checker. by Anna Zaks · 12 years ago
  33. 919e8a1 [analyzer] Clean up the printing of FieldRegions for leaks. by Jordan Rose · 12 years ago
  34. 0d53ab4 [analyzer] Track malloc'd regions stored in structs. by Jordan Rose · 12 years ago
  35. 4d33286 [analyzer] Malloc: remove assert since is not valid as of r161248 by Anna Zaks · 12 years ago
  36. ede875b [analyzer] Malloc: track non-allocated but freed memory by Anna Zaks · 12 years ago
  37. f540c54 [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change. by Jordan Rose · 12 years ago
  38. 5ef6e94 [analyzer] Guard against C++ member functions that look like system functions. by Jordan Rose · 12 years ago
  39. 852aa0d [analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints by Jordan Rose · 12 years ago
  40. 28038f3 [analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints. by Jordan Rose · 12 years ago
  41. de507ea [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends. by Jordan Rose · 12 years ago
  42. cde8cdb [analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends. by Jordan Rose · 12 years ago
  43. 85d7e01 [analyzer] Move the last bits of CallOrObjCMessage over to CallEvent. by Jordan Rose · 12 years ago
  44. 740d490 [analyzer] Add a new abstraction over all types of calls: CallEvent by Jordan Rose · 12 years ago
  45. ee68111 [analyzer] Be careful about implicitly-declared operator new/delete. (PR13090) by Jordan Rose · 12 years ago
  46. 7186dc6 [analyzer] Teach malloc checker that initWith[Bytes|Characters}NoCopy by Anna Zaks · 12 years ago
  47. 3e4f65d [analyzer] Fixup to r158958. by Anna Zaks · 12 years ago
  48. 5b7aa34 [analyzer] Malloc: Warn about use-after-free when memory ownership was by Anna Zaks · 12 years ago
  49. 52a0481 [analyzer] Malloc leak false positive: Allow xpc context to escape. by Anna Zaks · 12 years ago
  50. 050cdd7 [analyzer] Malloc: cleanup, disallow free on relinquished memory. by Anna Zaks · 12 years ago
  51. 5f75768 [analyzer] Allow pointers to escape into NSPointerArray. by Anna Zaks · 12 years ago
  52. 1bf908d [analyzer] Buffers passed to CGBitmapContextCreate can escape. by Jordan Rose · 12 years ago
  53. e17fdb2 [analyzer] Anti-aliasing: different heap allocations do not alias by Anna Zaks · 12 years ago
  54. 48d798c Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  55. a38cb2c [analyzer] Malloc checker: remove unnecessary comparisons. by Anna Zaks · 12 years ago
  56. 1434518 [analyzer]Malloc: refactor and report use after free by memory by Anna Zaks · 12 years ago
  57. 88feba0 [analyzer] Do not highlight the range of the statement in case of leak. by Anna Zaks · 12 years ago
  58. aca0ac5 [analyzer] Allow pointers escape through calls containing callback args. by Anna Zaks · 12 years ago
  59. 93c5a24 [analyzer] Fix the 'ptr = ptr' false negative in the Malloc checker. by Anna Zaks · 12 years ago
  60. 259052d [analyzer] Don't crash even when the system functions are redefined. by Anna Zaks · 12 years ago
  61. 62a5c34 [analyzer]Malloc,RetainRelease: Allow pointer to escape via NSMapInsert. by Anna Zaks · 13 years ago
  62. 4cd7edf [analyzer] Malloc: Allow a pointer to escape through OSAtomicEnqueue. by Anna Zaks · 13 years ago
  63. b000fb5 [analyzer] Tighten up the realloc() failure path note generation...make sure we get the right realloc()! by Jordy Rose · 13 years ago
  64. 3bc75ca [analyzer] Restart path diagnostic generation if any of the visitors change the report configuration while walking the path. by Jordy Rose · 13 years ago
  65. 0115349 [analyzer] Add a clone() method to BugReporterVisitor, so that we'll be able to reset diagnostic generation. by Jordy Rose · 13 years ago
  66. f5aa3f5 [analyzer] Malloc: drop symbols captured by blocks. by Anna Zaks · 13 years ago
  67. 850f1b1 Remove unused variable, fix indentation. by Benjamin Kramer · 13 years ago
  68. 3d7c44e [analyzer] Malloc: Utter the name of the leaked variable. by Anna Zaks · 13 years ago
  69. 393f98b [analyzer] Mark a failed-realloc's result as an interesting symbol between the realloc call and the null check, so we get nicer path notes. Fixes a regression introduced by the diagnostic pruning added in r152361. by Jordy Rose · 13 years ago
  70. fbd5874 [analyzer] Shorten the stack hint diagnostic. by Anna Zaks · 13 years ago
  71. 56a938f [analyzer] Create symbol-aware stack hints (building upon r152837). by Anna Zaks · 13 years ago
  72. 368a0d5 [analyzer] Allow checkers to supply call stack diagnostic hints for the by Anna Zaks · 13 years ago
  73. 76aadc3 [analyzer] Implement basic path diagnostic pruning based on "interesting" symbols and regions. by Ted Kremenek · 13 years ago
  74. 218fce0 [analyzer] Remove now-unused constant. No functionality change. by Jordy Rose · 13 years ago
  75. 257c60f [analyzer] Fix unnecessary dyn_cast_or_null. No functionality change. by Jordy Rose · 13 years ago
  76. fb7f76f [analyzer] Malloc should assume that ownership is transfered when by Anna Zaks · 13 years ago
  77. b3d7275 [analyzer] Fix a regression introduced in malloc with by Anna Zaks · 13 years ago
  78. ca23eb2 [analyzer] Malloc: A pointer might escape through CFContainers APIs, by Anna Zaks · 13 years ago
  79. 07d39a4 [analyzer] Fix Malloc False Positive (PR 12100) by Anna Zaks · 13 years ago
  80. 7752d29 [analyzer] Leaks should be uniqued by the allocation point in the by Anna Zaks · 13 years ago
  81. 3cd89ad [analyzer] Malloc: reason about the ObjC messages and C++. by Anna Zaks · 13 years ago
  82. ca8e36e [analyzer] Malloc: unique leak reports by allocation site. by Anna Zaks · 13 years ago
  83. 0d389b8 [analyzer] Invalidate the region passed to pthread_setspecific() call. by Anna Zaks · 13 years ago
  84. 87cb5be [analyzer] Malloc cleanup: by Anna Zaks · 13 years ago
  85. 60a1fa4 [analyzer] Malloc checker: mark 'strdup' and 'strndup' as allocators. by Anna Zaks · 13 years ago
  86. d9ab7bb [analyzer] Malloc: fix another false positive. by Anna Zaks · 13 years ago
  87. a19581a [analyzer] Make Malloc aware of inter-procedural execution + basic tests. by Anna Zaks · 13 years ago
  88. f0dfc9c [analyzer] Fix another false positive in the Malloc Checker, by making by Anna Zaks · 13 years ago
  89. febdc32 [analyzer] Malloc Checker: Clean up bug naming: by Anna Zaks · 13 years ago
  90. fe57160 [analyzer] Malloc Checker: Make the diagnostic visitor handle the case by Anna Zaks · 13 years ago
  91. ac59300 [analyzer] Malloc Checker: Give up when a pointer escapes into a struct. by Anna Zaks · 13 years ago
  92. 1d6cc6a [analyzer] Malloc checker: make a bit safer. by Anna Zaks · 13 years ago
  93. 40add29 [analyzer] Malloc Checker: add support for reallocf, which always frees by Anna Zaks · 13 years ago
  94. b16ce45 [analyzer] Malloc Checker: add support for valloc + minor code hardening. by Anna Zaks · 13 years ago
  95. 66c4040 [analyzer] Make Malloc Checker optimistic in presence of inlining. by Anna Zaks · 13 years ago
  96. b276bd9 [analyzer] Malloc Checker: realloc: add dependency between the symbols by Anna Zaks · 13 years ago
  97. 30838b9 [analyzer] Malloc Checker: realloc: correct the way we are handing the by Anna Zaks · 13 years ago
  98. c8bb3be [analyzer] Malloc checker: rework realloc handling: by Anna Zaks · 13 years ago
  99. 15d0ae1 [analyzer] Malloc Checker: reduce false negatives rate by assuming that by Anna Zaks · 13 years ago
  100. 0860cd0 [analyzer] Malloc Checker: Report a leak when we are returning freed by Anna Zaks · 13 years ago