Age | Commit message (Expand) | Author |
2012-01-31 | arc migrator: twik previous patch to exclude user provided | Fariborz Jahanian |
2012-01-31 | arc migrator: Do not attempt to migrate to bridge casts which | Fariborz Jahanian |
2012-01-26 | objc-arc: introduce -no-finalize-removal which in gc mode, | Fariborz Jahanian |
2012-01-26 | arc migrator: Added an option to the migrator | Fariborz Jahanian |
2012-01-25 | arc migrator: Provide infrastructure to add options | Fariborz Jahanian |
2012-01-21 | arg migrator: change all "assign" of object properties | Fariborz Jahanian |
2012-01-20 | arc migrator: replace "retain" attribute with "strong" | Fariborz Jahanian |
2012-01-20 | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor |
2012-01-19 | For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macro | Argyrios Kyrtzidis |
2011-12-25 | Remove unused variables. | Rafael Espindola |
2011-12-15 | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor |
2011-11-28 | [arcmt] Integrate GC __weak into property attributes even when we don't have | Argyrios Kyrtzidis |
2011-11-28 | [arcmt] Don't add __weak if there is already a GC __weak and make sure to clear | Argyrios Kyrtzidis |
2011-11-18 | Refine placement of LangOptions object in CompilerInvocation by adding a new ... | Ted Kremenek |
2011-11-17 | Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ... | Ted Kremenek |
2011-11-08 | [arcmt] Take into account that all properties are strong-by-default now and f... | Argyrios Kyrtzidis |
2011-11-08 | [arcmt] Now that readonly properties are strong-by-default, do not add redund... | Argyrios Kyrtzidis |
2011-11-08 | [arcmt] Now that properties are strong by default, avoid adding redundant '(s... | Argyrios Kyrtzidis |
2011-11-08 | [arcmt] NSViewController does not support weak. | Argyrios Kyrtzidis |
2011-11-08 | [arcmt] When we already removed a __weak, don't try to change it to __unsafe_... | Argyrios Kyrtzidis |
2011-11-07 | [arcmt] Fix handling NSMakeCollectable inside an objc method. | Argyrios Kyrtzidis |
2011-11-07 | [arcmt] In GC, handle (assign) @properties. | Argyrios Kyrtzidis |
2011-11-07 | [arcmt] Map property decls to their GC attributes. | Argyrios Kyrtzidis |
2011-11-07 | [arcmt] In GC, change '__weak' -> '__unsafe_unretained' when applied | Argyrios Kyrtzidis |
2011-11-06 | [arcmt] In GC, error for __strong/__weak on non-objc pointers. | Argyrios Kyrtzidis |
2011-11-06 | [arcmt] In GC, clear redundant __strong's. | Argyrios Kyrtzidis |
2011-11-06 | [arcmt] Make PropertiesRewriter::getPropertyType return the unqualified type. | Argyrios Kyrtzidis |
2011-11-06 | [arcmt] Collect all the places where GC attributes __strong/__weak occur. | Argyrios Kyrtzidis |
2011-11-06 | [arcmt] Refactor PropertiesRewriter to use MigrationContext. | Argyrios Kyrtzidis |
2011-11-06 | Change the AST representation of operations on Objective-C | John McCall |
2011-11-05 | [arcmt] Fix an assertion hit in rdar://10336125; a bit too complicated to red... | Argyrios Kyrtzidis |
2011-11-04 | [arcmt] In GC, error out when there is a call that returns a pointer to | Argyrios Kyrtzidis |
2011-11-04 | [arcmt] For GC, cleanup and turn -finalize to -dealloc. | Argyrios Kyrtzidis |
2011-11-04 | [arcmt] In GC, error for use of CFMakeCollectable because it will leak the | Argyrios Kyrtzidis |
2011-11-04 | In C++ keep unavailable function calls in the AST, like in C/ObjC. | Argyrios Kyrtzidis |
2011-11-04 | [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. | Argyrios Kyrtzidis |
2011-10-20 | Further refine the diagnostic categories for ARC diagnostics. Addresses <rda... | Ted Kremenek |
2011-10-18 | [arcmt] Rewrite attributes in extensions as well. rdar://9992142 | Argyrios Kyrtzidis |
2011-10-18 | Revert r142311, -mios-simulator-version-min does not work correctly. | Argyrios Kyrtzidis |
2011-10-17 | Remove the hack where we sniff the __IPHONE_OS_VERSION_MIN_REQUIRED define. | Argyrios Kyrtzidis |
2011-10-17 | [arcmt] In ARC default for properties is 'strong' so just remove a 'retain' i... | Argyrios Kyrtzidis |
2011-09-29 | Introduce a pure virtual clone() method to DiagnosticConsumer, so that | Douglas Gregor |
2011-09-27 | When 'bool' is not a built-in type but is defined as a macro, print | Douglas Gregor |
2011-09-26 | Rename DiagnosticInfo to Diagnostic as per issue 5397 | David Blaikie |
2011-09-25 | Rename CaptureDiagnosticClient to CaptureDiagnosticConsumer as per issue 5397 | David Blaikie |
2011-09-25 | Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 | David Blaikie |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-19 | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis |
2011-09-14 | [arcmt] Use __bridge_retained when passing an objc object to a CF parameter | Argyrios Kyrtzidis |
2011-09-10 | Rename the ARC cast kinds to start with "ARC". | John McCall |