summaryrefslogtreecommitdiff
path: root/clang-tools-extra/test/clang-move
AgeCommit message (Expand)Author
2018-05-18Re-enable a clang-move test on windows.Eric Liu
2018-05-17Disable a failing clang-move test on windows.Eric Liu
2018-03-27[clang-move] Fix test failing due to clang-format changeKrasimir Georgiev
2018-03-19[clang-move] Fix the failing test caused by changes in clang-format.Haojian Wu
2018-03-19[clang-move] Fix move-used-helper-decls.cpp test.Fangrui Song
2018-01-08Avoid assumption that lit tests are writable. NFCSam McCall
2017-02-27[clang-move] Extend clang-move to support moving global variable.Haojian Wu
2017-01-17[clang-move] Handle helpers with forward declarations.Haojian Wu
2017-01-17[clang-move] Ignore using decls which are defined in macros.Haojian Wu
2017-01-04[clang-move] Support moving type alias declarations.Haojian Wu
2017-01-03[clang-move] Support moving enum declarations.Haojian Wu
2017-01-03[clang-move] Only move used helper declarations.Haojian Wu
2016-11-18[clang-move] Fix not moving using-decls in global namespace in old.ccHaojian Wu
2016-11-16[clang-move] Support moving function.Haojian Wu
2016-11-10[clang-move] Support template class.Haojian Wu
2016-11-08[clang-move] Move all code from old.h/cc directly when moving all class decla...Haojian Wu
2016-10-19[clang-move] Move using-decl in old cc.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] 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] Simplify lint testsHaojian Wu
2016-10-07Revert "fix buildbot error" since it is not right fix.Haojian Wu
2016-10-07Fix buildbot error.Haojian Wu
2016-10-07[clang-move] Support moving multiple classes in one run.Haojian Wu
2016-10-06[clang-move] Cleanup around replacements.Haojian Wu
2016-10-04[clang-move] Make it support both relative and absolute file path arguments.Haojian Wu