[PATCH] D25227: [clang-move] Move comments which are associated with the moved class.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 4 05:27:00 PDT 2016


hokein added inline comments.


> ioeric wrote in ClangMove.cpp:343
> Looks like `GetFullRange` is called twice on the same Decl: one for creating insertion replacement and one for deletion replacement. This seems to be a duplicate.

Good point. Yeah, currently the `GetFullRange` is called twice. Have added a FIXME.

https://reviews.llvm.org/D25227





More information about the cfe-commits mailing list