summaryrefslogtreecommitdiffstats
path: root/clang/lib/ARCMigrate/ObjCMT.cpp
Commit message (Expand)AuthorAgeFilesLines
* Objective-C SDK modernizer. When modernizing an enum to Fariborz Jahanian2014-12-101-4/+13
* Objective-C SDK modernizer. Modernize to use Fariborz Jahanian2014-12-091-6/+12
* clang-format a recent commit I madeDavid Blaikie2014-11-191-1/+1
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-191-5/+5
* Objective-C SDK modernization tool. Use its own optionFariborz Jahanian2014-10-311-1/+1
* Objective-C SDK modernization. import Foundation evenFariborz Jahanian2014-10-091-7/+4
* Objective-C SDK modernization. convert message expression Fariborz Jahanian2014-10-091-0/+105
* Objective-C SDK modernization. When modernizing toFariborz Jahanian2014-10-071-7/+25
* Objective-C SDK modernizer. Patch to support modernizationFariborz Jahanian2014-10-061-16/+26
* Objective-C Modernizer. Patch to remove dangling spaceFariborz Jahanian2014-10-011-2/+6
* Objective-C SDK modernizer. Do not modernize an enum Fariborz Jahanian2014-09-151-1/+1
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-2/+2
* Update for llvm API change.Rafael Espindola2014-08-271-1/+1
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-1/+1
* Update for llvm api change.Rafael Espindola2014-08-251-4/+4
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-251-5/+3
* Use the pointer-like API of ErrorOr.Rafael Espindola2014-08-171-1/+1
* Use std::unique_ptr in a few methods that take ownership.Rafael Espindola2014-08-171-3/+4
* Update for llvm api changes.Rafael Espindola2014-08-171-1/+1
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-24/+14
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-14/+24
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-24/+14
* Update for llvm api change.Rafael Espindola2014-07-061-3/+4
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-4/+4
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-2/+2
* [objcmt] Make sure we don't edit the return type to add 'instancetype' if the...Argyrios Kyrtzidis2014-05-211-4/+8
* [C++11] Use 'nullptr'.Craig Topper2014-05-071-9/+9
* [objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis2014-04-281-31/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-141-10/+10
* [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman2014-03-131-3/+1
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-131-2/+2
* [C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...Aaron Ballman2014-03-131-15/+4
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-131-6/+2
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-081-3/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-4/+4
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-1/+1
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* Update for llvm api change.Rafael Espindola2014-02-241-1/+1
* Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker2014-01-261-11/+5
* Identify two more unsafe uses of getCustomDiagID()Alp Toker2014-01-261-0/+4
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-16/+15
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-2/+2
* Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman2013-12-191-16/+16
* ObjectiveC migrator. Fixes a bug when protocolFariborz Jahanian2013-12-171-1/+3
* Re-apply r197076 and r197086; the build was fixed by chapuni in r197114.Hans Wennborg2013-12-121-0/+340
* Revert r197076: "[objcmt] When emitting a remap file, use a json formatHans Wennborg2013-12-121-340/+0
* Objective-C migrator: when inferring 'readonly' property of anFariborz Jahanian2013-12-121-1/+3
* Remove extra qualification to fix build with g++ after r197076Alp Toker2013-12-111-1/+1
* [objcmt] When emitting a remap file, use a json format with the edit entries,...Argyrios Kyrtzidis2013-12-111-0/+340
* [objcmt] When whitelisting the headers we want to modify, allow changing theArgyrios Kyrtzidis2013-12-111-9/+43
OpenPOWER on IntegriCloud