summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-move/tool
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber2019-11-251-2/+1
* Use InitLLVM to setup a pretty stack printerRui Ueyama2019-11-261-1/+2
* [clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2019-10-041-2/+5
* [clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny2019-10-041-1/+1
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [clang-tools-extra] Adopt FileManager's error-returning APIsHarlan Haskins2019-08-011-2/+2
* Make clang-move use same file naming convention as other toolsNico Weber2019-03-222-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-121-0/+1
* [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
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [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-212-0/+143
OpenPOWER on IntegriCloud