summaryrefslogtreecommitdiffstats
path: root/lib/ARCMigrate
Commit message (Expand)AuthorAgeFilesLines
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-032-0/+2
* [ARCMigrate] When applying changes from remap files, disable the 'adjustRemov...Argyrios Kyrtzidis2017-04-281-1/+1
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-2/+2
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-2/+2
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-2/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-182-5/+1
* [objcmt] Fix a buffer overflow crash than can occur while modernizing enums.Argyrios Kyrtzidis2016-07-151-27/+17
* [objcmt] Don't add an #import of Foundation unnecessarily, if the NS_ENUM mac...Argyrios Kyrtzidis2016-07-151-0/+5
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-2/+3
* 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-072-8/+9
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-1/+2
* Remove autoconf supportChris Bieneman2016-01-261-18/+0
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-262-3/+3
* Fix funciton->function typo.Eric Christopher2015-12-161-2/+2
* Refactor: Simplify boolean conditional return statements in lib/ARCMigrateAlexander Kornienko2015-11-065-47/+18
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-22/+4
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-302-1/+5
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-222-2/+3
* Roll-back r250822.Angel Garcia Gomez2015-10-203-3/+3
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-203-3/+3
* 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-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