hanchenye-llvm-project/clang-tools-extra/clang-move
Haojian Wu cee2059f9b [clang-move] Fix the incorrect expansion end location.
Summary:
Before the fix, if clang-move decides to move the following macro statement, it only moves the first line `DEFINE(A,`.

```
DEFINE(A,
       B);
```

Reviewers: ioeric

Reviewed By: ioeric

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D43174

llvm-svn: 324886
2018-02-12 12:26:12 +00:00
..
tool [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00
CMakeLists.txt [clang-move] Only move used helper declarations. 2017-01-03 09:00:51 +00:00
ClangMove.cpp [clang-move] Fix the incorrect expansion end location. 2018-02-12 12:26:12 +00:00
ClangMove.h [clang-move] Clever on handling header file which includes itself. 2018-01-31 12:12:29 +00:00
HelperDeclRefGraph.cpp [clang-move] Handle helpers with forward declarations. 2017-01-17 13:22:37 +00:00
HelperDeclRefGraph.h [clang-move] Only move used helper declarations. 2017-01-03 09:00:51 +00:00