diff options
author | Haojian Wu <hokein@google.com> | 2018-02-12 12:26:12 +0000 |
---|---|---|
committer | Haojian Wu <hokein@google.com> | 2018-02-12 12:26:12 +0000 |
commit | cee2059f9ba2b4fa20efa4e2cccaffe29df8b764 (patch) | |
tree | 792abf28e5ea39f83779ace58f0f2db9b53ae5e3 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 0874cf5e6224760ab86eca55cd882d1f147583d8 (diff) | |
download | llvm-cee2059f9ba2b4fa20efa4e2cccaffe29df8b764.zip llvm-cee2059f9ba2b4fa20efa4e2cccaffe29df8b764.tar.gz llvm-cee2059f9ba2b4fa20efa4e2cccaffe29df8b764.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions