aboutsummaryrefslogtreecommitdiff
path: root/clang-move
AgeCommit message (Expand)Author
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-10-21[clang-move] Support moving template class forward declarations.Haojian Wu
2016-10-19[clang-move] Move using-decl in old cc.Haojian Wu
2016-10-17[clang-move] Fix generating illegal header guard.Haojian Wu
2016-10-14[clang-move] Use cl::list for the list of namesAlexander Shaposhnikov
2016-10-14[clang-move] Don't overuse Replacements::add.Haojian Wu
2016-10-14[clang-move] Add header guard for the new header.Haojian Wu
2016-10-14[clang-move] Matching static class member more correctly.Haojian Wu
2016-10-13[clang-move] error out when fail to create new files.Eric Liu
2016-10-13Print stack trace for clang-move tool.Eric Liu
2016-10-13[clang-move] Better support enclosing class.Haojian Wu
2016-10-13Recommit r283538 "[clang-move] Support moving multiple classes in one run."Haojian Wu
2016-10-12[clang-move] Compare with real paths of symlinksHaojian Wu
2016-10-07Revert "[clang-move] Support moving multiple classes in one run."Renato Golin
2016-10-07[clang-move] Support moving multiple classes in one run.Haojian Wu
2016-10-06[clang-move] Move comments which are associated with the moved class.Haojian Wu
2016-10-06[clang-move] Cleanup around replacements.Haojian Wu
2016-10-04Fix a documentation warning.Haojian Wu
2016-10-04Fix windows builtbot error.Haojian Wu
2016-10-04[clang-move] Make it support both relative and absolute file path arguments.Haojian Wu
2016-09-27[clang-move] Use isStaticStorageClass matcher.Haojian Wu
2016-09-23[clang-move] The new.cc file should include new_header.h instead of old_header.hHaojian Wu
2016-09-21[clang-move] A prototype tool for moving class definition to new file.Haojian Wu