summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-move/ClangMove.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code.Haojian Wu2017-01-171-3/+0
* [clang-move] Handle helpers with forward declarations.Haojian Wu2017-01-171-10/+22
* [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-031-29/+108
* [clang-move] Fix incorrect EndLoc for declarations in macros.Haojian Wu2016-12-131-2/+3
* [clang-move] ignore unsupported symbol kinds when checking if all symbols are...Eric Liu2016-12-061-1/+18
* [clang-move] some tweaks.Haojian Wu2016-12-021-54/+55
* [clang-move] Enable dump all declarations in old header.Haojian Wu2016-11-241-59/+82
* [clang-move] Add some options allowing to add old/new.h to new/old.h respecti...Haojian Wu2016-11-231-12/+44
* [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-141-50/+83
* [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-081-19/+84
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-40/+35
* [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-141-3/+1
* [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] Better support enclosing class.Haojian Wu2016-10-131-6/+32
* Recommit r283538 "[clang-move] Support moving multiple classes in one run."Haojian Wu2016-10-131-5/+17
* [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-071-17/+5
* [clang-move] Support moving multiple classes in one run.Haojian Wu2016-10-071-5/+17
* [clang-move] Move comments which are associated with the moved class.Haojian Wu2016-10-061-26/+67
* [clang-move] Cleanup around replacements.Haojian Wu2016-10-061-8/+23
* 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-041-19/+83
* [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-231-13/+18
* [clang-move] A prototype tool for moving class definition to new file.Haojian Wu2016-09-211-0/+339
OpenPOWER on IntegriCloud