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