1. a7a8b1f Use instance_properties instead of properties. NFC. by Manman Ren · 10 years ago
  2. acf4fd3 Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones. by Douglas Gregor · 10 years ago
  3. 8ae1203 [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  4. fb74458 remove a bunch of unused private methods by Nuno Lopes · 12 years ago
  5. f53d8dd [C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and visible_extensions_end() with iterator_range visible_extensions(). Updating all of the usages of the iterators with range-based for loops. by Aaron Ballman · 12 years ago
  6. d174edf Renaming the recently-created (r203830) props() range API to properties() for clarity. by Aaron Ballman · 12 years ago
  7. dc4bea4 [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() with iterator_range props(). Updating all of the usages of the iterators with range-based for loops. by Aaron Ballman · 12 years ago
  8. 048fbfa Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 13 years ago
  9. f5b993f [objc] For the ARC error that is emitted when a synthesized property implementation by Argyrios Kyrtzidis · 13 years ago
  10. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  11. d81108f s/tranform/transform/ by Benjamin Kramer · 13 years ago
  12. 40ed297 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 13 years ago
  13. 0b21d82 [arcmt] Remove an unused -autorelease, without failing with error, for this by Argyrios Kyrtzidis · 13 years ago
  14. 2d7c57e Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 14 years ago
  15. 28e0a7f [arcmt] Fix a bug where a property in a class extension, that did not exist by Argyrios Kyrtzidis · 14 years ago
  16. 1630c15 arg migrator: change all "assign" of object properties by Fariborz Jahanian · 14 years ago
  17. 9652adf arc migrator: replace "retain" attribute with "strong" by Fariborz Jahanian · 14 years ago
  18. eca1f36 [arcmt] Integrate GC __weak into property attributes even when we don't have by Argyrios Kyrtzidis · 14 years ago
  19. 3fc3dcd [arcmt] Don't add __weak if there is already a GC __weak and make sure to clear by Argyrios Kyrtzidis · 14 years ago
  20. 485ecee [arcmt] Take into account that all properties are strong-by-default now and fix the test. by Argyrios Kyrtzidis · 14 years ago
  21. e4a38a7 [arcmt] Now that readonly properties are strong-by-default, do not add redundant 'strong'. by Argyrios Kyrtzidis · 14 years ago
  22. dbe077a [arcmt] Now that properties are strong by default, avoid adding redundant '(strong)' by Argyrios Kyrtzidis · 14 years ago
  23. 722d21c [arcmt] In GC, handle (assign) @properties. by Argyrios Kyrtzidis · 14 years ago
  24. 0dd98a4 [arcmt] Map property decls to their GC attributes. by Argyrios Kyrtzidis · 14 years ago
  25. aa421ea [arcmt] Make PropertiesRewriter::getPropertyType return the unqualified type. by Argyrios Kyrtzidis · 14 years ago
  26. e43ae79 [arcmt] Collect all the places where GC attributes __strong/__weak occur. by Argyrios Kyrtzidis · 14 years ago
  27. aaa9996 [arcmt] Refactor PropertiesRewriter to use MigrationContext. by Argyrios Kyrtzidis · 14 years ago
  28. 05c65fb [arcmt] Rewrite attributes in extensions as well. rdar://9992142 by Argyrios Kyrtzidis · 14 years ago
  29. ffe8b1c [arcmt] In ARC default for properties is 'strong' so just remove a 'retain' if possible, by Argyrios Kyrtzidis · 14 years ago
  30. 2d637d2 Rename the ARC cast kinds to start with "ARC". by John McCall · 14 years ago
  31. 93db227 [arcmt] When checking whether properties needs to be strong or not, take into account by Argyrios Kyrtzidis · 14 years ago
  32. 9390747 [arcmt] More automatic transformations and safety improvements; rdar://9615812 : by Argyrios Kyrtzidis · 14 years ago
  33. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  34. de223c3 [arcmt] Add weak/unsafe_unretained for "@property (readonly)" when we are @synthesizing it. by Argyrios Kyrtzidis · 14 years ago
  35. c8b3619 [arcmt] For properties rewrite 'assign' -> 'weak or unsafe_unretained', 'retain' -> 'strong', and add by Argyrios Kyrtzidis · 14 years ago
  36. ce9b739 [arcmt] Before applying '__weak' check whether the objc class is annotated with objc_arc_weak_reference_unavailable by Argyrios Kyrtzidis · 14 years ago
  37. 24fc0de Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 14 years ago
  38. cff00d9 Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. by Argyrios Kyrtzidis · 14 years ago
  39. e5b475c [arcmt] Break apart Transforms.cpp. by Argyrios Kyrtzidis · 14 years ago