summaryrefslogtreecommitdiffstats
path: root/lib/ARCMigrate/ARCMT.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [NFC] Header cleanupMehdi Amini2016-07-181-0/+1
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-2/+3
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-301-0/+3
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-1/+2
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-1/+0
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-4/+6
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-40/+42
* Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...Richard Smith2015-05-041-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-1/+1
* Use std::unique_ptr in a few methods that take ownership.Rafael Espindola2014-08-171-3/+4
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-3/+3
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-3/+3
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-3/+3
* 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
* 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-191-4/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-141-12/+12
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-5/+5
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-5/+4
* [C++11] Switch from the llvm_move macro to directly calling std::move.Chandler Carruth2014-03-021-1/+1
* ARCMigrate: Introduce proper diagnostics for TransformActionsAlp Toker2014-01-261-1/+4
* Re-apply r197076 and r197086; the build was fixed by chapuni in r197114.Hans Wennborg2013-12-121-38/+0
* Revert r197076: "[objcmt] When emitting a remap file, use a json formatHans Wennborg2013-12-121-0/+38
* [objcmt] When emitting a remap file, use a json format with the edit entries,...Argyrios Kyrtzidis2013-12-111-38/+0
* [arcmt] Don't try to handle files that are already ARC'ified, this is not pos...Argyrios Kyrtzidis2013-09-171-19/+0
* Clean up some Triple usage in clang.Cameron Esfahani2013-09-141-1/+1
* [arcmt] Only disable ARC in the second compilation if there were actually ARC...Argyrios Kyrtzidis2013-07-221-10/+21
* [arcmt] After checking is successful disable auto-synthesize to avoid "@synth...Argyrios Kyrtzidis2013-07-191-0/+3
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-031-6/+0
* [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr...Argyrios Kyrtzidis2013-05-031-1/+1
* [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis2013-02-241-1/+1
* [arcmt] Make sure the objc migrators work fine when used with a PCH.Argyrios Kyrtzidis2013-02-051-2/+19
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* [arcmt] Adds brackets in case statements that "contain" initialization of ret...Argyrios Kyrtzidis2013-01-041-4/+6
* [arcmt] When capturing ARC errors, have a sanity check to make sureArgyrios Kyrtzidis2012-12-121-1/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+4
* Remove old driver code to grab the iOS simulator version from the -D option.Bob Wilson2012-11-091-44/+0
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-9/+16
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-1/+1
* Fixed invalid iterators. Since the iterator is invalidated after the erase() ...Joao Matos2012-08-311-1/+1
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-211-1/+1
* Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose2012-08-101-6/+43