Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-move] Fix test failing due to clang-format change | Krasimir Georgiev | 2018-03-27 | 1 | -0/+2 |
| | | | | | | | r328621 reverted the removal of empty lines before the closing `}` in namespaces. llvm-svn: 328622 | ||||
* | [clang-move] Fix the failing test caused by changes in clang-format. | Haojian Wu | 2018-03-19 | 1 | -1/+0 |
| | | | | llvm-svn: 327887 | ||||
* | [clang-move] Fix move-used-helper-decls.cpp test. | Fangrui Song | 2018-03-19 | 1 | -1/+0 |
| | | | | llvm-svn: 327885 | ||||
* | [clang-move] Handle helpers with forward declarations. | Haojian Wu | 2017-01-17 | 1 | -1/+51 |
| | | | | | | | | | | | | Reviewers: ioeric Reviewed By: ioeric Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D28801 llvm-svn: 292215 | ||||
* | [clang-move] Only move used helper declarations. | Haojian Wu | 2017-01-03 | 1 | -0/+388 |
Summary: Instead of moving all the helper declarations blindly, this patch implements an AST-based call graph solution to make clang-move only move used helper decls to new.cc and remove unused decls in old.cc. Depends on D27674. Reviewers: ioeric Subscribers: mgorny, cfe-commits Differential Revision: https://reviews.llvm.org/D27673 llvm-svn: 290873 |