summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-move/tool/ClangMoveMain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make clang-move use same file naming convention as other toolsNico Weber2019-03-221-212/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-move] Fix broken json output.Eric Liu2018-10-091-3/+4
* [clang-move] Dump whether a declaration is templated.Eric Liu2018-10-081-2/+4
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-2/+2
* [clang-move] Create ClangMoveActionFactory on stackAlexander Shaposhnikov2017-04-141-4/+3
* [clang-move] Fix buildbot failuresAlexander Shaposhnikov2016-12-121-1/+2
* [clang-move] Use appendArgumentsAdjuster for adding extra argumentsAlexander Shaposhnikov2016-12-121-25/+17
* [clang-move] don't miss ',' in json output when there are duplicate elements.Eric Liu2016-12-031-10/+8
* [clang-move] Enable dump all declarations in old header.Haojian Wu2016-11-241-3/+31
* [clang-move] Add some options allowing to add old/new.h to new/old.h respecti...Haojian Wu2016-11-231-0/+23
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-3/+3
* [clang-move] Use cl::list for the list of namesAlexander Shaposhnikov2016-10-141-5/+5
* [clang-move] error out when fail to create new files.Eric Liu2016-10-131-4/+16
* Print stack trace for clang-move tool.Eric Liu2016-10-131-1/+3
* Recommit r283538 "[clang-move] Support moving multiple classes in one run."Haojian Wu2016-10-131-3/+5
* Revert "[clang-move] Support moving multiple classes in one run."Renato Golin2016-10-071-5/+3
* [clang-move] Support moving multiple classes in one run.Haojian Wu2016-10-071-3/+5
* [clang-move] Move comments which are associated with the moved class.Haojian Wu2016-10-061-1/+13
* [clang-move] Cleanup around replacements.Haojian Wu2016-10-061-1/+1
* [clang-move] Make it support both relative and absolute file path arguments.Haojian Wu2016-10-041-9/+24
* [clang-move] A prototype tool for moving class definition to new file.Haojian Wu2016-09-211-0/+126
OpenPOWER on IntegriCloud