summaryrefslogtreecommitdiffstats
path: root/lib/ARCMigrate
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use the simpler version of llvm::sys::fs::exists.Rafael Espindola2014-09-111-6/+2
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-102-3/+3
* 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-272-2/+2
* Update for llvm api change.Rafael Espindola2014-08-253-15/+15
* 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-173-10/+14
* 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-102-27/+17
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-172-17/+27
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-172-27/+17
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* Update for llvm api change.Rafael Espindola2014-07-062-6/+8
* PlistSupport.h: avoid gcc 'defined but not used' warningAlp Toker2014-07-061-2/+1
* Modernize a couple of loopsAlp Toker2014-07-061-5/+2
* writeARCDiagsToPlist(): make sure all diag levels get handledAlp Toker2014-07-061-6/+17
* Remove leftovers of '-arcmt-modify-in-memory' from r133315Alp Toker2014-07-051-16/+0
* ARCMigrate: simplify diagnostic handlingAlp Toker2014-07-022-14/+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
* DiagnosticsEngine: update severity setters to new terminologyAlp Toker2014-06-121-2/+2
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-121-1/+1
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-311-1/+1
* [objcmt] Make sure we don't edit the return type to add 'instancetype' if the...Argyrios Kyrtzidis2014-05-211-4/+8
* Clean up language and grammar.Eric Christopher2014-05-201-1/+1
* ARCMT/GC-check-warn-nsalloc.m: don't provide a diag groupAlp Toker2014-05-191-2/+2
* Get ARCMT/GC-check-warn-nsalloc.m workingAlp Toker2014-05-192-5/+4
* Provide and use a safe Token::getRawIdentifier() accessorAlp Toker2014-05-171-6/+3
* [C++11] Use 'nullptr'.Craig Topper2014-05-0711-32/+34
* [objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis2014-04-281-31/+1
* remove a bunch of unused private methodsNuno Lopes2014-03-231-8/+0
* [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...Aaron Ballman2014-03-172-12/+8
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-141-4/+3
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-03-141-16/+14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-143-27/+27
* [C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and ...Aaron Ballman2014-03-131-6/+2
* [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman2014-03-133-12/+4
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-132-3/+3
* [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-132-12/+6
* [C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() wit...Aaron Ballman2014-03-131-2/+1
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-091-1/+1
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-081-3/+1