summaryrefslogtreecommitdiffstats
path: root/clang-move
Commit message (Expand)AuthorAgeFilesLines
* [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
* Print stack trace for clang-move tool.Eric Liu2016-10-131-1/+3
* [clang-move] Better support enclosing class.Haojian Wu2016-10-131-6/+32
* Recommit r283538 "[clang-move] Support moving multiple classes in one run."Haojian Wu2016-10-133-10/+25
* [clang-move] Compare with real paths of symlinksHaojian Wu2016-10-121-9/+22
* Revert "[clang-move] Support moving multiple classes in one run."Renato Golin2016-10-073-25/+10
* [clang-move] Support moving multiple classes in one run.Haojian Wu2016-10-073-10/+25
* [clang-move] Move comments which are associated with the moved class.Haojian Wu2016-10-063-27/+82
* [clang-move] Cleanup around replacements.Haojian Wu2016-10-063-15/+36
* Fix a documentation warning.Haojian Wu2016-10-041-1/+1
* Fix windows builtbot error.Haojian Wu2016-10-041-0/+2
* [clang-move] Make it support both relative and absolute file path arguments.Haojian Wu2016-10-043-38/+142
* [clang-move] Use isStaticStorageClass matcher.Haojian Wu2016-09-271-9/+3
* [clang-move] The new.cc file should include new_header.h instead of old_header.hHaojian Wu2016-09-232-14/+20