summaryrefslogtreecommitdiffstats
path: root/unittests/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-5/+16
* [clang-move] Extend clang-move to support moving global variable.Haojian Wu2017-02-271-1/+4
* Fix clang-move test after clang-format update r295312Krasimir Georgiev2017-02-161-3/+3
* [clang-move] Dump enum and type alias declarations.Haojian Wu2017-01-161-13/+11
* Remove unused lambda captures. NFCMalcolm Parsons2017-01-131-2/+2
* [clang-move] Support moving type alias declarations.Haojian Wu2017-01-041-19/+0
* [clang-move] Support moving enum declarations.Haojian Wu2017-01-031-1/+0
* [clang-move] Only move used helper declarations.Haojian Wu2017-01-031-2/+19
* [clang-move] Fix incorrect EndLoc for declarations in macros.Haojian Wu2016-12-131-0/+18
* [clang-move] ignore unsupported symbol kinds when checking if all symbols are...Eric Liu2016-12-061-3/+20
* ClangMoveTests.cpp: Fix a bogus comparison of iterator.NAKAMURA Takumi2016-11-281-1/+2
* [clang-move] Enable dump all declarations in old header.Haojian Wu2016-11-241-14/+77
* [clang-move] Add some options allowing to add old/new.h to new/old.h respecti...Haojian Wu2016-11-231-0/+48
* [clang-move] Make the output code look more pretty.Haojian Wu2016-11-151-6/+70
* [clang-move] Fix an incorrect range for the functions whose returned value is...Haojian Wu2016-11-141-0/+18
* [clang-move] Move all code from old.h/cc directly when moving all class decla...Haojian Wu2016-11-081-6/+80
* [clang-move] Support moving template class forward declarations.Haojian Wu2016-10-211-0/+3
* ClangMoveTests.cpp: Appease msc18.NAKAMURA Takumi2016-10-171-4/+4
* Reformat.NAKAMURA Takumi2016-10-171-4/+4
* [clang-move] Use cl::list for the list of namesAlexander Shaposhnikov2016-10-141-4/+4
* [clang-move] Add header guard for the new header.Haojian Wu2016-10-141-2/+5
* Recommit r283538 "[clang-move] Support moving multiple classes in one run."Haojian Wu2016-10-131-4/+4
* Revert "[clang-move] Support moving multiple classes in one run."Renato Golin2016-10-071-4/+4
* [clang-move] Support moving multiple classes in one run.Haojian Wu2016-10-071-4/+4
* [clang-move] Move comments which are associated with the moved class.Haojian Wu2016-10-061-9/+41
* [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-2/+5
* [clang-move] The new.cc file should include new_header.h instead of old_header.hHaojian Wu2016-09-231-4/+5
* Fix compiler warnings.Haojian Wu2016-09-211-3/+3
* [clang-move] A prototype tool for moving class definition to new file.Haojian Wu2016-09-212-0/+254