aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-move/tool
AgeCommit message (Expand)AuthorFilesLines
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+2
2021-01-29[clang-tooling] Prevent llvm::fatal_error on invalid CLI optionserge-sans-paille1-1/+7
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+2
2020-01-04NFC: Fix trivial typos in commentsKazuaki Ishizaki1-1/+1
2019-11-25Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber1-2/+1
2019-11-26Use InitLLVM to setup a pretty stack printerRui Ueyama1-1/+2
2019-10-04[clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny1-2/+5
2019-10-04[clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny1-1/+1
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-08-01[clang-tools-extra] Adopt FileManager's error-returning APIsHarlan Haskins1-2/+2
2019-03-22Make clang-move use same file naming convention as other toolsNico Weber2-3/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song1-0/+1
2018-10-09[clang-move] Fix broken json output.Eric Liu1-3/+4
2018-10-08[clang-move] Dump whether a declaration is templated.Eric Liu1-2/+4
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner1-2/+2
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-0/+1
2017-04-14[clang-move] Create ClangMoveActionFactory on stackAlexander Shaposhnikov1-4/+3
2016-12-12[clang-move] Fix buildbot failuresAlexander Shaposhnikov1-1/+2
2016-12-12[clang-move] Use appendArgumentsAdjuster for adding extra argumentsAlexander Shaposhnikov1-25/+17
2016-12-03[clang-move] don't miss ',' in json output when there are duplicate elements.Eric Liu1-10/+8
2016-11-24[clang-move] Enable dump all declarations in old header.Haojian Wu1-3/+31
2016-11-23[clang-move] Add some options allowing to add old/new.h to new/old.h respecti...Haojian Wu1-0/+23
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang1-3/+3
2016-10-14[clang-move] Use cl::list for the list of namesAlexander Shaposhnikov1-5/+5
2016-10-13[clang-move] error out when fail to create new files.Eric Liu1-4/+16
2016-10-13Print stack trace for clang-move tool.Eric Liu1-1/+3
2016-10-13Recommit r283538 "[clang-move] Support moving multiple classes in one run."Haojian Wu1-3/+5
2016-10-07Revert "[clang-move] Support moving multiple classes in one run."Renato Golin1-5/+3
2016-10-07[clang-move] Support moving multiple classes in one run.Haojian Wu1-3/+5
2016-10-06[clang-move] Move comments which are associated with the moved class.Haojian Wu1-1/+13
2016-10-06[clang-move] Cleanup around replacements.Haojian Wu1-1/+1
2016-10-04[clang-move] Make it support both relative and absolute file path arguments.Haojian Wu1-9/+24
2016-09-21[clang-move] A prototype tool for moving class definition to new file.Haojian Wu2-0/+143