1. ef82254 Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  2. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  3. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  4. d29849e Forgot some references to misspelled enums. by Benjamin Kramer · 11 years ago
  5. 0638206 Miscellaneous speling fixes. by Benjamin Kramer · 11 years ago
  6. 391165f [analyzer] RetainCountChecker: add support for CFAutorelease. by Jordan Rose · 11 years ago
  7. 73fa252 [analyzer] Stop tracking the objects with attribute cleanup in the RetainCountChecker. by Anna Zaks · 11 years ago
  8. 2d2aed2 Get rid of unused isPodLike definition. by Eli Friedman · 11 years ago
  9. 2104374 Use the number of parameters in the actual method or function to determine the CallEffects size. by Ted Kremenek · 11 years ago
  10. a1da6b2 RetainCountChecker: Replace some loops with std:: algorithms. by Benjamin Kramer · 11 years ago
  11. 8fd67b6 Revert r188574. Turns out it isn't needed. by Ted Kremenek · 11 years ago
  12. 747797f Need summary info. about arguments to by Fariborz Jahanian · 11 years ago
  13. 53c7ea1 [static analyzer] add a simple "CallEffects" API to query the retain count semantics of a method. by Ted Kremenek · 11 years ago
  14. 5774e39 [static analyzer] Factor out ArgEffect and RetEffect into public header file. by Ted Kremenek · 11 years ago
  15. d8188f8 [analyzer] Don't process autorelease counts in synthesized function bodies. by Jordan Rose · 11 years ago
  16. 8a729b4 [analyzer] RetainCountChecker: don't track through xpc_connection_set_context. by Jordan Rose · 11 years ago
  17. 3d8f462 [analyzer] Fix a crash in RetainCountChecker - we should not rely on CallEnter::getCallExpr to return non-NULL by Anna Zaks · 11 years ago
  18. e3a813a [analyzer] Set the allocation site to be the uniqueing location for retain count checker leaks. by Anna Zaks · 11 years ago
  19. 2545b1d [analyzer] RetainCountChecker: Clean up path notes for autorelease. by Jordan Rose · 11 years ago
  20. 08a838d [analyzer] Add experimental option "leak-diagnostics-reference-allocation". by Ted Kremenek · 11 years ago
  21. 8cf91f7 [analyzer] Address Jordan’s review of r179219 by Anna Zaks · 11 years ago
  22. ee9043b [analyzer] Address Jordan’s code review of r 179221 by Anna Zaks · 11 years ago
  23. 7a87e52 [analyzer] When reporting a leak in RetainCount checker due to an early exit from init, step into init. by Anna Zaks · 11 years ago
  24. 27d99dd [analyzer] Cleanup leak warnings: do not print the names of variables from other functions. by Anna Zaks · 11 years ago
  25. 44405b7 [analyzer] RetainCountChecker: refactor annotation handling. by Jordan Rose · 11 years ago
  26. 65a0892 Use early return in printing logic. Minor cleanup. by Ted Kremenek · 11 years ago
  27. 5aff3f1 [analyzer] Don't let cf_audited_transfer override CFRetain semantics. by Jordan Rose · 11 years ago
  28. e130014 Add back implicitly dropped const. by David Blaikie · 11 years ago
  29. 7a95de6 Replace ProgramPoint llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  30. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 11 years ago
  31. 5251abe Replace SVal llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  32. 0217b1d [analyzer]RetainCount: Fix an autorelease related false positive. by Anna Zaks · 11 years ago
  33. e36d81b [analyzer] Don't track autorelease pools created by +new. by Jordan Rose · 11 years ago
  34. 64eb070 [analyzer] Refactor: parameter rename. by Anna Zaks · 11 years ago
  35. 14a372b [analyzer] -drain is not an alias for -release. by Jordan Rose · 11 years ago
  36. 344c77a [analyzer] Rename callback EndPath -> EndFunction by Anna Zaks · 11 years ago
  37. 1655bcd [analyzer] Address Jordan's nitpicks as per code review of r170625. by Anna Zaks · 11 years ago
  38. bbf4d53 Update RetainCountChecker to understand attribute ns_returns_autoreleased. by Ted Kremenek · 11 years ago
  39. bf53dfa [analyzer] Add the pointer escaped callback. by Anna Zaks · 11 years ago
  40. 4ee1c55 [analyzer] Simplify RetainCountChecker's handling of dead symbols. by Jordan Rose · 12 years ago
  41. e3ce2c1 Only provide explicit getCapturedRegion() and getOriginalRegion() from referenced_vars_iterator. by Ted Kremenek · 12 years ago
  42. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  43. 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
  44. fadcd5d [analyzer] add LocationContext::inTopFrame() helper. by Anna Zaks · 12 years ago
  45. 2f3017f [analyzer] Add some convenience accessors to CallEvent, and use them. by Jordan Rose · 12 years ago
  46. 166d502 [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). by Jordan Rose · 12 years ago
  47. 785950e [analyzer] Rename 'EmitReport' to 'emitReport'. by Jordan Rose · 12 years ago
  48. ec8d420 [analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue. by Jordan Rose · 12 years ago
  49. 7461682 Move assertion to not crash tests. by Ted Kremenek · 12 years ago
  50. 5a8fc88 Silence null dereference warnings by documenting context-specific by Ted Kremenek · 12 years ago
  51. 47cbd0f Remove ProgramState::getSymVal(). It was being misused by Checkers, by Ted Kremenek · 12 years ago
  52. 061707a Teach RetainCountChecker that CFPlugInInstanceCreate does not by Ted Kremenek · 12 years ago
  53. ec9f36e Refine diagnostics for leaks reported when returning an object by Ted Kremenek · 12 years ago
  54. 4a25f30 [analyzer] Future-proofing r163012 (nameless functions and RetainCountChecker) by Jordan Rose · 12 years ago
  55. a89f719 [analyzer] RetainCountChecker: don't assume all functions have names. by Jordan Rose · 12 years ago
  56. e788365 Teach RetainCountChecker about 'pragma clang arc_cf_code_audited'. by Ted Kremenek · 12 years ago
  57. 554067f [analyzer] Stop tracking symbols based on a retain count summary of by Anna Zaks · 12 years ago
  58. 4f534e7 [analyzer] Remove unnecessary code. by Anna Zaks · 12 years ago
  59. 5a90193 [analyzer] Make analyzer less aggressive when dealing with [self init]. by Anna Zaks · 12 years ago
  60. 66c486f Rename 'currentX' to 'currX' throughout analyzer and libAnalysis. by Ted Kremenek · 12 years ago
  61. 3b1df8b Rename 'getConjuredSymbol*' to 'conjureSymbol*'. by Ted Kremenek · 12 years ago
  62. fa06f04 [analyzer] Replace boolean IsSink parameters with 'generateSink' methods. by Jordan Rose · 12 years ago
  63. 2bce86c [analyzer] Remove obsolete GenericNodeBuilderRefCount from RetainCountChecker. by Jordan Rose · 12 years ago
  64. c6ba23f [analyzer] Remove other #if 0 from Retain Count checker. by Anna Zaks · 12 years ago
  65. 81f01c6 [analyzer] Remove autorelease pools code from the Retain Count checker. by Anna Zaks · 12 years ago
  66. f345ffb [analyzer] Fixup to r161821 by Anna Zaks · 12 years ago
  67. c95bb76 [analyzer] Disable autorelease pool tracking. by Anna Zaks · 12 years ago
  68. 8d6b43c [analyzer] Refactor RetainReleaseChecker to go through a function call by Anna Zaks · 12 years ago
  69. 15d18e1 [analyzer] Ignore OS X 10.8's annotations for NSMakeCollectable. by Jordan Rose · 12 years ago
  70. d563d3f [analyzer] Only allow CallEvents to be created by CallEventManager. by Jordan Rose · 12 years ago
  71. f540c54 [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change. by Jordan Rose · 12 years ago
  72. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  73. 8919e68 [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall. by Jordan Rose · 12 years ago
  74. 7373ead Remove trivial destructor from SVal. by Benjamin Kramer · 12 years ago
  75. 852aa0d [analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints by Jordan Rose · 12 years ago
  76. 8d276d3 [analyzer] Add a CXXDestructorCall CallEvent. by Jordan Rose · 12 years ago
  77. 28038f3 [analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints. by Jordan Rose · 12 years ago
  78. fdaa338 [analyzer] For now, don't inline non-static member overloaded operators. by Jordan Rose · 12 years ago
  79. 70cbf3c [analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation. by Jordan Rose · 12 years ago
  80. fe6a011 [analyzer] Convert existing checkers to use check::preCall and check::postCall. by Jordan Rose · 12 years ago
  81. de507ea [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends. by Jordan Rose · 12 years ago
  82. cde8cdb [analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends. by Jordan Rose · 12 years ago
  83. 4531b7d [analyzer] Convert RetainCountChecker to use CallEvent as much as possible. by Jordan Rose · 12 years ago
  84. 740d490 [analyzer] Add a new abstraction over all types of calls: CallEvent by Jordan Rose · 12 years ago
  85. 29299c6 [analyzer] RetainCountChecker: remove unused SelfOwn ArgEffect kind. by Jordan Rose · 12 years ago
  86. 50571a9 [analyzer] RetainCount: don't track objects init'd with a delegate by Jordan Rose · 12 years ago
  87. facde17 Remove unused private member variables found by clang's new -Wunused-private-field. by Benjamin Kramer · 12 years ago
  88. 28b2307 Replace some custom hash combines with the standard stuff from DenseMapInfo. by Benjamin Kramer · 12 years ago
  89. 70fdbc3 [analyzer] RetainCountChecker: track ObjC boxed expression objects. by Jordy Rose · 12 years ago
  90. c91fdf6 Teach the static analyzer that NSLog() and friends do not hold on to object references (thus extending their lifetime). by Ted Kremenek · 12 years ago
  91. 41a669a [analyzer]Fixup r156215: use StopTracking summary instead of ScratchArgs by Anna Zaks · 12 years ago
  92. 58822c4 [analyzer] RetainCountChecker: Allow objects to escape through callbacks by Anna Zaks · 12 years ago
  93. e7958da [analyzer] RetainRelease: Self assignment should not suppress a leak warning. by Anna Zaks · 12 years ago
  94. 537dd3a Teach RetainCountchecker about IORegistryEntrySearchCFProperty returning retained objects. I know there is an SDK enhancement request for this to have the cf_returns_retained annotation, so this is just a stop gap. by Ted Kremenek · 12 years ago
  95. befc6d2 Teach RetainCountChecker that it doesn't quite understand pthread_setspecific and it should just give up when it sees it. Fixes <rdar://problem/11282706>. by Ted Kremenek · 12 years ago
  96. 6fd4505 Require that all static analyzer issues have a category. As part of this change, by Ted Kremenek · 12 years ago
  97. 62a5c34 [analyzer]Malloc,RetainRelease: Allow pointer to escape via NSMapInsert. by Anna Zaks · 12 years ago
  98. de5b4fb Change RetainCountChecker to eagerly "escape" retained objects when they are by Ted Kremenek · 12 years ago
  99. 0115349 [analyzer] Add a clone() method to BugReporterVisitor, so that we'll be able to reset diagnostic generation. by Jordy Rose · 12 years ago
  100. 514f2c9 Avoid applying retain/release effects twice in RetainCountChecker when a function call was inlined (i.e., we do not need to apply summaries in such cases). by Ted Kremenek · 12 years ago