summaryrefslogtreecommitdiffstats
path: root/clang/lib/ARCMigrate
Commit message (Expand)AuthorAgeFilesLines
* Fix a small bug in clang where generating some temporary files would have an ...Argyrios Kyrtzidis2015-09-092-2/+2
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-132-3/+0
* Use llvm::reverse to make a bunch of loops use foreach. NFC.Pete Cooper2015-07-301-4/+3
* [AST] Remove StmtRange in favor of an iterator_range.Benjamin Kramer2015-07-181-4/+4
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-4/+6
* 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-223-7/+7
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-223-7/+7
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-202-46/+48
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-1/+1
* Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...Richard Smith2015-05-041-1/+1
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-296-31/+25
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-112-5/+3
* [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
* Fix layering violation: include/clang/Basic/PlistSupport.h should not includeRichard Smith2015-01-281-6/+8
* 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-192-7/+6
* 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
* 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
OpenPOWER on IntegriCloud