1. 33ace06 [arcmt] Make sure the function has an associated parameter for the argument by Argyrios Kyrtzidis · 12 years ago
  2. ed351e6 [arcmt] Make sure the objc migrators work fine when used with a PCH. by Argyrios Kyrtzidis · 12 years ago
  3. bde67cf Undo my re-wording of the "ARC forbids Objective-C objects in ..." by Douglas Gregor · 12 years ago
  4. 4581d45 Forbid the use of objects in unions in Objective-C++ ARC. Fixes by Douglas Gregor · 12 years ago
  5. a44b970 [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal by Argyrios Kyrtzidis · 12 years ago
  6. 4ce831c [arcmt] Follow-up for r171484; make sure when adding brackets enclosing case statements, by Argyrios Kyrtzidis · 12 years ago
  7. 20bcd4e [arcmt] Allow removing an -autorelease of a variable initialized in the previous statement. by Argyrios Kyrtzidis · 12 years ago
  8. ea2224d [arcmt] Adds brackets in case statements that "contain" initialization of retaining by Argyrios Kyrtzidis · 12 years ago
  9. af1c08f [arcmt] Don't error if an autoreleased variable is returned after the -autorelease. by Argyrios Kyrtzidis · 12 years ago
  10. 5d2faa4 [arcmt] Rewrite uses of Block_copy/Block_release macros. by Argyrios Kyrtzidis · 12 years ago
  11. 266dba3 Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. by Andy Gibbs · 12 years ago
  12. 6f5a2ec objective-C arc: remove -Warc-abi in its entirety. // rdar://10554025 by Fariborz Jahanian · 12 years ago
  13. 7c304f5 Update VerifyDiagnosticConsumer to only get directives during parsing. by Jordan Rose · 12 years ago
  14. 1b0a13e objective-c arc: ARC IRGen correctly assumes result by Fariborz Jahanian · 12 years ago
  15. 607f587 revert r160839 for now. by Fariborz Jahanian · 12 years ago
  16. 304efd5 objc-arc: When objects with known CF semantics are assigned to by Fariborz Jahanian · 12 years ago
  17. 381767f Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. by Nico Weber · 12 years ago
  18. 1838703 [objcmt] Check for classes that accept 'objectForKey:' (or the other selectors by Argyrios Kyrtzidis · 12 years ago
  19. c2abbe0 [objcmt] Allow migrating to subscripting syntax for other classes by Argyrios Kyrtzidis · 12 years ago
  20. a1eec4b objective-c: Refactor parse/sema portion of by Fariborz Jahanian · 12 years ago
  21. 8b9fcd7 [objcmt] Have the modern objc migration warning change from: by Argyrios Kyrtzidis · 12 years ago
  22. ffe76dd [arcmt] When migrating to ARC disable -Werror so as to only block migration by Argyrios Kyrtzidis · 12 years ago
  23. 12b732a [objcmt] When checking whether the subscripting methods are declared use by Argyrios Kyrtzidis · 12 years ago
  24. 76a5245 [arcmt] At an unbridged cast error, if we're returning a load-of-ivar from a +0 method, by Argyrios Kyrtzidis · 12 years ago
  25. 6b4db9b [objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to literals, by Argyrios Kyrtzidis · 12 years ago
  26. 1ea6744 objective-c: merge deprecated/unavailable attributes to by Fariborz Jahanian · 12 years ago
  27. cacf718 [objcmt] Don't migrate to subscripting syntax if the required methods have not by Argyrios Kyrtzidis · 12 years ago
  28. 684190b [arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/__bridge_transfer by Argyrios Kyrtzidis · 12 years ago
  29. 811ee0e [objcmt] Add test case for r157395. by Argyrios Kyrtzidis · 12 years ago
  30. 1b8fbd3 [arcmt] Remove an unused -autorelease, without failing with error, for this by Argyrios Kyrtzidis · 12 years ago
  31. 2bddd43 [objcmt] Don't add redundant parentheses when migrating subscripting of an ivar. by Argyrios Kyrtzidis · 12 years ago
  32. 5a42a02 [arcmt] Revert r156999 "Remove the "it is not safe to remove an unused 'autorelease' message" ARC by Argyrios Kyrtzidis · 12 years ago
  33. b6a1b10 [arcmt] Remove the "it is not safe to remove an unused 'autorelease' message" ARC by Argyrios Kyrtzidis · 12 years ago
  34. 0773659 [objcmt] Accept char arrays for rewriting to @() syntax. by Argyrios Kyrtzidis · 12 years ago
  35. 7fe103c [objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString: by Argyrios Kyrtzidis · 12 years ago
  36. 0d578a6 [objcmt] Rewrite [NSNumber numberWith*] messages to the new @() boxing syntax. by Argyrios Kyrtzidis · 12 years ago
  37. 20119a8 [objcmt] When rewriting to subscripting syntax, make sure we put by Argyrios Kyrtzidis · 12 years ago
  38. 055b395 [objcmt] When rewriting to array/dictionary literals, add an explicit by Argyrios Kyrtzidis · 12 years ago
  39. d76e1cd [arcmt] When fixing the "unassigned init call" ARC error, make sure by Argyrios Kyrtzidis · 12 years ago
  40. 0fd4a68 [arcmt] Fix a bug where a property in a class extension, that did not exist by Argyrios Kyrtzidis · 12 years ago
  41. 3739b32 Don't include FixIts with a null replacement range. Fixes <rdar://problem/11040133>. by Ted Kremenek · 12 years ago
  42. b82019b [objcmt] Add a triple to test/ARCMT/objcmt-subscripting-literals.m by Argyrios Kyrtzidis · 13 years ago
  43. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 13 years ago
  44. 2a27818 [arcmt] by Argyrios Kyrtzidis · 13 years ago
  45. 63787f0 [arcmt] GC migrator: don't try to remove redundant __strong, it does by Argyrios Kyrtzidis · 13 years ago
  46. d6cf912 Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is used so profusely by Ted Kremenek · 13 years ago
  47. 52b6236 Look for declaration of CFBridgingRetain/CFBridgingRetain before by Fariborz Jahanian · 13 years ago
  48. 7eb82f0 objc-arc: In various diagnostics mention by Fariborz Jahanian · 13 years ago
  49. 9c7aed3 arc migrator: twik previous patch to exclude user provided by Fariborz Jahanian · 13 years ago
  50. 2908ffb arc migrator: Do not attempt to migrate to bridge casts which by Fariborz Jahanian · 13 years ago
  51. bbdfad5 objc-arc: introduce -no-finalize-removal which in gc mode, by Fariborz Jahanian · 13 years ago
  52. b5c6bab arc migrator: Provide infrastructure to add options by Fariborz Jahanian · 13 years ago
  53. 2f72ec9 arg migrator: change all "assign" of object properties by Fariborz Jahanian · 13 years ago
  54. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  55. 86f9601 arc migrator: replace "retain" attribute with "strong" by Fariborz Jahanian · 13 years ago
  56. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  57. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  58. d8b4216 [arcmt] The migrator tests for the buildbot in http://lab.llvm.org:8011/builders/clang-native-mingw32-win7/ by Argyrios Kyrtzidis · 13 years ago
  59. 510037b [arcmt] XFAIL on mingw. by Argyrios Kyrtzidis · 13 years ago
  60. b004a49 [arcmt] Disable tests in mingw, no idea why they are failing there. by Argyrios Kyrtzidis · 13 years ago
  61. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  62. 4897787 [arcmt] Un-XFAIL a test. by Argyrios Kyrtzidis · 13 years ago
  63. 29f2787 Make changes to SDiagsWriter to make it work in combination with the ARC migrator: by Argyrios Kyrtzidis · 13 years ago
  64. b76a97e objc: issue deprecated/unavailable diagnostic when by Fariborz Jahanian · 13 years ago
  65. 6da4274 [arcmt] Integrate GC __weak into property attributes even when we don't have by Argyrios Kyrtzidis · 13 years ago
  66. 6d7d16d [arcmt] Don't add __weak if there is already a GC __weak and make sure to clear by Argyrios Kyrtzidis · 13 years ago
  67. 8b08eb3 [arcmt] Take into account that all properties are strong-by-default now and fix the test. by Argyrios Kyrtzidis · 13 years ago
  68. af9b5e9 [arcmt] Now that readonly properties are strong-by-default, do not add redundant 'strong'. by Argyrios Kyrtzidis · 13 years ago
  69. f21a92d objc-arc: 'readonly' property of retainable object by Fariborz Jahanian · 13 years ago
  70. ae7c25d [arcmt] Now that properties are strong by default, avoid adding redundant '(strong)' by Argyrios Kyrtzidis · 13 years ago
  71. 7cfd7fe [arcmt] When we already removed a __weak, don't try to change it to __unsafe_unretained by Argyrios Kyrtzidis · 13 years ago
  72. a33849b [arcmt] Fix handling NSMakeCollectable inside an objc method. by Argyrios Kyrtzidis · 13 years ago
  73. b0e1e12 [arcmt] In GC, handle (assign) @properties. by Argyrios Kyrtzidis · 13 years ago
  74. 12192cf [arcmt] In GC, change '__weak' -> '__unsafe_unretained' when applied by Argyrios Kyrtzidis · 13 years ago
  75. 280b4ad [arcmt] In GC, error for __strong/__weak on non-objc pointers. by Argyrios Kyrtzidis · 13 years ago
  76. 17ac319 [arcmt] In GC, clear redundant __strong's. by Argyrios Kyrtzidis · 13 years ago
  77. 1fe4203 [arcmt] In GC, error out when there is a call that returns a pointer to by Argyrios Kyrtzidis · 13 years ago
  78. e7ef855 [arcmt] For GC, cleanup and turn -finalize to -dealloc. by Argyrios Kyrtzidis · 13 years ago
  79. 81eecde [arcmt] In GC, error for use of CFMakeCollectable because it will leak the by Argyrios Kyrtzidis · 13 years ago
  80. 0d579b6 In C++ keep unavailable function calls in the AST, like in C/ObjC. by Argyrios Kyrtzidis · 13 years ago
  81. e0ac745 [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. by Argyrios Kyrtzidis · 13 years ago
  82. afdc21a Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. by Ted Kremenek · 13 years ago
  83. 4467901 [arcmt] Rewrite attributes in extensions as well. rdar://9992142 by Argyrios Kyrtzidis · 13 years ago
  84. 01b2b9b [arcmt] In ARC default for properties is 'strong' so just remove a 'retain' if possible, by Argyrios Kyrtzidis · 13 years ago
  85. 5acb0c9 Teach the ARC compiler to not require __bridge casts when by John McCall · 13 years ago
  86. 8ed7bec Try fixing windows bots. by Argyrios Kyrtzidis · 13 years ago
  87. 2289717 [arcmt] Ignore linking errors when doing ARC migration, rdar://10247606 by Argyrios Kyrtzidis · 13 years ago
  88. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  89. 4532b55 [arcmt] Use __bridge_retained when passing an objc object to a CF parameter by Argyrios Kyrtzidis · 13 years ago
  90. 0e2ca01 [arcmt] Try fixing the windows buildbot. by Argyrios Kyrtzidis · 13 years ago
  91. 6015969 [arcmt] Remove xfail on test for windows, Takumi reported that it passes mingw and msvc. by Argyrios Kyrtzidis · 13 years ago
  92. 1494a4f [arcmt] Clear out temporary dirs in the tests or we may get failures because of leftovers. by Argyrios Kyrtzidis · 13 years ago
  93. aec230d [arcmt] Fix test/ARCMT/remove-statements.m regression due to by Argyrios Kyrtzidis · 13 years ago
  94. 140ab23 objective-c - This patch buffers method implementations by Fariborz Jahanian · 13 years ago
  95. 72e4d0c [arcmt] Xfail the test for windows. by Argyrios Kyrtzidis · 13 years ago
  96. d37c67b [arcmt] Add a test case for r138671 and improve the loop. by Argyrios Kyrtzidis · 13 years ago
  97. 94a9016 [arcmt] When checking whether properties needs to be strong or not, take into account by Argyrios Kyrtzidis · 13 years ago
  98. 7898005 objective-c: reverse patch for // rdar://9818354 by Fariborz Jahanian · 13 years ago
  99. 6fa8f86 [arcmt] Revert r135382, there's a different approach in r135764. rdar://9821111. by Argyrios Kyrtzidis · 13 years ago
  100. 18fd0c6 [arcmt] More automatic transformations and safety improvements; rdar://9615812 : by Argyrios Kyrtzidis · 13 years ago