summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-move
Commit message (Expand)AuthorAgeFilesLines
* Second attempt to fix clang-move tests broken by r332590 on windowsEric Liu2018-05-171-0/+2
* Attempt to fix clang-move tests broken by r332590 on windowsEric Liu2018-05-171-8/+10
* [clang-move] Fix a potential bug where realpath doesn't work on VFS.Eric Liu2018-05-161-5/+9
* [clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-152-15/+15
* Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-101-1/+2
* Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-091-2/+1
* [tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett2018-05-091-1/+2
* Fix up after clang r331155.Richard Smith2018-04-301-1/+4
* Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-2/+2
* [Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-2/+2
* [clang-move] Fix the incorrect expansion end location.Haojian Wu2018-02-121-1/+1
* [clang-move] Don't dump macro symbols.Haojian Wu2018-02-091-4/+4
* [clang-move] Clever on handling header file which includes itself.Haojian Wu2018-01-312-15/+30
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [clang-move] Find template class forward declarations more precisely.Haojian Wu2017-05-021-6/+8
* [clang-move] Create ClangMoveActionFactory on stackAlexander Shaposhnikov2017-04-141-4/+3
* [clang-move] Extend clang-move to support moving global variable.Haojian Wu2017-02-271-1/+25
* Remove dead code.Haojian Wu2017-01-171-3/+0
* [clang-move] Handle helpers with forward declarations.Haojian Wu2017-01-172-13/+34
* [clang-move] Ignore using decls which are defined in macros.Haojian Wu2017-01-171-9/+13
* Update tools to use new getStyle APIAntonio Maiorano2017-01-171-3/+6
* [clang-move] Dump enum and type alias declarations.Haojian Wu2017-01-161-0/+6
* [clang-move] Support moving type alias declarations.Haojian Wu2017-01-041-1/+34
* [clang-move] Support moving enum declarations.Haojian Wu2017-01-031-14/+40
* [clang-move] Only move used helper declarations.Haojian Wu2017-01-035-36/+360
* [clang-move] Fix incorrect EndLoc for declarations in macros.Haojian Wu2016-12-131-2/+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] ignore unsupported symbol kinds when checking if all symbols are...Eric Liu2016-12-062-2/+21
* [clang-move] don't miss ',' in json output when there are duplicate elements.Eric Liu2016-12-031-10/+8
* [clang-move] some tweaks.Haojian Wu2016-12-022-71/+61
* [clang-move] Enable dump all declarations in old header.Haojian Wu2016-11-243-121/+202
* [clang-move] Add some options allowing to add old/new.h to new/old.h respecti...Haojian Wu2016-11-233-13/+81
* [clang-move] Fix not moving using-decls in global namespace in old.ccHaojian Wu2016-11-181-9/+12
* [clang-move] Support moving function.Haojian Wu2016-11-161-11/+38
* [clang-move] Make the output code look more pretty.Haojian Wu2016-11-151-2/+25
* [clang-move] Fix an incorrect range for the functions whose returned value is...Haojian Wu2016-11-141-2/+2
* [clang-move] Abstract a ClassMather for matching class declarations.Haojian Wu2016-11-142-50/+95
* Fix -Wdocumentation warningSimon Pilgrim2016-11-101-1/+1
* [clang-move] Support template class.Haojian Wu2016-11-101-11/+21
* [clang-move] Move all code from old.h/cc directly when moving all class decla...Haojian Wu2016-11-082-19/+102
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-083-48/+41
* [clang-move] Support moving template class forward declarations.Haojian Wu2016-10-211-2/+7
* [clang-move] Move using-decl in old cc.Haojian Wu2016-10-191-14/+27
* [clang-move] Fix generating illegal header guard.Haojian Wu2016-10-171-4/+4
* [clang-move] Use cl::list for the list of namesAlexander Shaposhnikov2016-10-143-11/+8
* [clang-move] Don't overuse Replacements::add.Haojian Wu2016-10-141-58/+20
* [clang-move] Add header guard for the new header.Haojian Wu2016-10-141-2/+22
* [clang-move] Matching static class member more correctly.Haojian Wu2016-10-141-1/+7
* [clang-move] error out when fail to create new files.Eric Liu2016-10-131-4/+16
OpenPOWER on IntegriCloud