| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -6/+6 |
* | [modules] Stop trying to fake up a linear MacroDirective history. | Richard Smith | 2015-04-29 | 1 | -1/+1 |
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-05-07 | 1 | -1/+1 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-14 | 1 | -5/+5 |
* | ObjectiveC migrator: fixes a bug when in NS_ENUM/NS_OPTIONS | Fariborz Jahanian | 2013-10-11 | 1 | -2/+4 |
* | ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation] | NAKAMURA Takumi | 2013-04-11 | 1 | -1/+1 |
* | [arcmt] Allow removing an -autorelease of a variable initialized in the previ... | Argyrios Kyrtzidis | 2013-01-04 | 1 | -0/+1 |
* | [arcmt] Adds brackets in case statements that "contain" initialization of ret... | Argyrios Kyrtzidis | 2013-01-04 | 1 | -0/+5 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | s/tranform/transform/ | Benjamin Kramer | 2012-11-14 | 1 | -1/+1 |
* | [arcmt] At an unbridged cast error, if we're returning a load-of-ivar from a ... | Argyrios Kyrtzidis | 2012-06-07 | 1 | -2/+10 |
* | [arcmt] Remove an unused -autorelease, without failing with error, for this | Argyrios Kyrtzidis | 2012-05-23 | 1 | -0/+2 |
* | [arcmt] | Argyrios Kyrtzidis | 2012-03-05 | 1 | -1/+5 |
* | [arcmt] Integrate GC __weak into property attributes even when we don't have | Argyrios Kyrtzidis | 2011-11-28 | 1 | -0/+4 |
* | [arcmt] When we already removed a __weak, don't try to change it to __unsafe_... | Argyrios Kyrtzidis | 2011-11-08 | 1 | -0/+1 |
* | [arcmt] In GC, handle (assign) @properties. | Argyrios Kyrtzidis | 2011-11-07 | 1 | -2/+5 |
* | [arcmt] Map property decls to their GC attributes. | Argyrios Kyrtzidis | 2011-11-07 | 1 | -1/+3 |
* | [arcmt] In GC, change '__weak' -> '__unsafe_unretained' when applied | Argyrios Kyrtzidis | 2011-11-07 | 1 | -1/+2 |
* | [arcmt] In GC, clear redundant __strong's. | Argyrios Kyrtzidis | 2011-11-06 | 1 | -0/+2 |
* | [arcmt] Collect all the places where GC attributes __strong/__weak occur. | Argyrios Kyrtzidis | 2011-11-06 | 1 | -3/+20 |
* | [arcmt] Refactor PropertiesRewriter to use MigrationContext. | Argyrios Kyrtzidis | 2011-11-06 | 1 | -1/+20 |
* | [arcmt] In GC, error out when there is a call that returns a pointer to | Argyrios Kyrtzidis | 2011-11-04 | 1 | -0/+2 |
* | [arcmt] For GC, cleanup and turn -finalize to -dealloc. | Argyrios Kyrtzidis | 2011-11-04 | 1 | -3/+3 |
* | [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. | Argyrios Kyrtzidis | 2011-11-04 | 1 | -0/+51 |
* | [arcmt] Fix test/ARCMT/remove-statements.m regression due to | Argyrios Kyrtzidis | 2011-09-01 | 1 | -0/+6 |
* | [arcmt] More automatic transformations and safety improvements; rdar://9615812 : | Argyrios Kyrtzidis | 2011-07-27 | 1 | -1/+2 |
* | [arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safe | Argyrios Kyrtzidis | 2011-07-18 | 1 | -1/+3 |
* | [arcmt] Don't remove retains/releases on a global variable, flag them with er... | Argyrios Kyrtzidis | 2011-07-14 | 1 | -0/+2 |
* | [arcmt] For properties rewrite 'assign' -> 'weak or unsafe_unretained', 'reta... | Argyrios Kyrtzidis | 2011-07-13 | 1 | -1/+1 |
* | [arcmt] Before applying '__weak' check whether the objc class is annotated wi... | Argyrios Kyrtzidis | 2011-07-12 | 1 | -0/+3 |
* | [arcmt] Fully migrate ObjC++ classes, rdar://9660007. | Argyrios Kyrtzidis | 2011-06-23 | 1 | -19/+2 |
* | [arcmt] Remove rewriteAllocCopyWithZone transformation; not needed anymore. | Argyrios Kyrtzidis | 2011-06-23 | 1 | -1/+0 |
* | [arcmt] Merge 'removeEmptyStatements' and 'removeDeallocMethod' passes to cut... | Argyrios Kyrtzidis | 2011-06-21 | 1 | -2/+2 |
* | [arcmt] Break apart Transforms.cpp. | Argyrios Kyrtzidis | 2011-06-21 | 1 | -0/+105 |