summaryrefslogtreecommitdiffstats
path: root/clang/lib/ARCMigrate/ARCMT.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-7/+7
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-4/+42
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-12/+12
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-6/+6
* objc-arc: introduce -no-finalize-removal which in gc mode,Fariborz Jahanian2012-01-261-2/+5
* arc migrator: Added an option to the migratorFariborz Jahanian2012-01-261-0/+2
* arc migrator: Provide infrastructure to add optionsFariborz Jahanian2012-01-251-0/+2
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-201-9/+10
* Refine placement of LangOptions object in CompilerInvocation by adding a new ...Ted Kremenek2011-11-181-1/+0
* Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ...Ted Kremenek2011-11-171-11/+12
* [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis2011-11-041-4/+10
* Further refine the diagnostic categories for ARC diagnostics. Addresses <rda...Ted Kremenek2011-10-201-10/+1
* Revert r142311, -mios-simulator-version-min does not work correctly.Argyrios Kyrtzidis2011-10-181-0/+43
* Remove the hack where we sniff the __IPHONE_OS_VERSION_MIN_REQUIRED define.Argyrios Kyrtzidis2011-10-171-43/+0
* Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor2011-09-291-1/+7
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-261-1/+1
* Rename CaptureDiagnosticClient to CaptureDiagnosticConsumer as per issue 5397David Blaikie2011-09-251-4/+4
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-251-9/+9
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-20/+20
* For the MacroExpands preprocessor callback, also pass the SourceRangeArgyrios Kyrtzidis2011-08-181-1/+2
* Fix "Uninitialized" warnings on g++-4.4.NAKAMURA Takumi2011-08-141-1/+1
* Make helper functions static.Benjamin Kramer2011-08-021-4/+5
* Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner2011-07-231-2/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-21/+19
* [arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis2011-07-191-6/+42
* [arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safeArgyrios Kyrtzidis2011-07-181-1/+1
* [arcmt] Make sure migrating to ARC works even if '-fobjc-arc' is included in ...Argyrios Kyrtzidis2011-07-141-1/+9
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-6/+59
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-1/+1
* [arcmt] Make -Warc-unsafe-retained-assign an error when migrating. rdar://893...Argyrios Kyrtzidis2011-06-221-0/+2
* [arcmt] Find out whether there is an ARC runtime directly from the triple, av...Argyrios Kyrtzidis2011-06-201-50/+66
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis2011-06-181-1/+9
* [arcmt] Const'ify.Argyrios Kyrtzidis2011-06-181-4/+4
* [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis2011-06-171-35/+0
* [arcmt] Fix tests in non-darwin.Argyrios Kyrtzidis2011-06-161-0/+5
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-0/+484
OpenPOWER on IntegriCloud