summaryrefslogtreecommitdiffstats
path: root/clang/lib/ARCMigrate/ObjCMT.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko2016-02-101-11/+7
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-071-2/+3
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-1/+2
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-261-2/+2
* Fix funciton->function typo.Eric Christopher2015-12-161-2/+2
* Refactor: Simplify boolean conditional return statements in lib/ARCMigrateAlexander Kornienko2015-11-061-22/+10
* Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren2015-10-031-3/+3
* Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...Yaron Keren2015-10-031-3/+3
* Fix a small bug in clang where generating some temporary files would have an ...Argyrios Kyrtzidis2015-09-091-1/+1
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-2/+0
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-2/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-5/+5
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-5/+5
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-1/+1
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-22/+18
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+1
* [Objective-C SDK modernizer]. Patch to convert setter/getterFariborz Jahanian2015-04-021-5/+8
* [SDK modernizer PATCH]. Fixes a bug whereby a call to superFariborz Jahanian2015-03-231-5/+0
* [SDK modernizer] Patch to fix type of the typed enums whenFariborz Jahanian2015-03-021-3/+3
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-211-2/+2
* Objective-C SDK modernizer to use NS_ENUM/NS_OPTIONS macrosFariborz Jahanian2015-01-261-2/+17
* Objective-C moderinzer [qoi], add space on rhs when needed whenFariborz Jahanian2015-01-231-0/+4
* Objective-C modernizer. Avoid using property-dot syntax whenFariborz Jahanian2015-01-231-0/+4
* 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
OpenPOWER on IntegriCloud