summaryrefslogtreecommitdiff
path: root/tools/clang-refactor
Commit message (Expand)AuthorAgeFilesLines
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-1/+3
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-7/+7
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-012-4/+4
* Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr...Haojian Wu2019-07-111-1/+3
* Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ...Don Hinton2019-07-101-3/+1
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...Nico Weber2019-05-251-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* PR40096: Forwards-compatible with C++20 rule regarding aggregates not having ...David Blaikie2018-12-191-3/+0
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-093-3/+3
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-3/+1
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-1/+3
* [cmake] Delete redundant install command for clang-refactor.Don Hinton2018-01-101-2/+0
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [clang-refactor] Introduce a new rename rule for qualified symbolsHaojian Wu2017-11-081-40/+35
* [clang-refactor] Use ClangTool more explicitly by making refaroing actions AS...Eric Liu2017-11-071-126/+192
* [clang-refactor] Use add_clang_tool CMake templatePetr Hosek2017-10-251-1/+1
* [refactor] Initial outline of implementation of "extract function" refactoringAlex Lorenz2017-10-241-11/+54
* [clang-refactor] Add "-Inplace" option to the commandline tool.Haojian Wu2017-10-201-6/+16
* [refactor] allow the use of refactoring diagnosticsAlex Lorenz2017-10-164-16/+89
* clang-refactor: Use llvm_unreachable in an unused overrideAlex Lorenz2017-10-161-1/+1
* Recommit r315738 "[clang-refactor] Apply source replacements"Alex Lorenz2017-10-161-6/+88
* Revert r315738Alex Lorenz2017-10-131-88/+6
* Fix -Woverloaded-virtual warning in clang-refactorAlex Lorenz2017-10-131-0/+4
* [clang-refactor] Apply source replacementsAlex Lorenz2017-10-131-6/+84
* Recommit r315087 "[refactor] add support for refactoring options"Alex Lorenz2017-10-131-7/+114
* [clang-refactor] Fix clang-tidy misc-move-const-arg warning.Haojian Wu2017-10-101-2/+2
* Revert r315087Alex Lorenz2017-10-061-114/+7
* [refactor] add support for refactoring optionsAlex Lorenz2017-10-061-7/+114
* [refactor] Use CommonOptionsParser in clang-refactorAlex Lorenz2017-09-141-45/+13
* Link clang-refactor with clangFormatAlex Lorenz2017-09-141-0/+1
* Link clang-refactor with clangAST and clangLexAlex Lorenz2017-09-141-0/+2
* [refactor] add clang-refactor tool with initial testing support andAlex Lorenz2017-09-144-0/+861