[PATCH] D24572: [clang-tidy] Clean up code after applying replacements.

Eric Liu via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 18 04:08:07 PDT 2016


clang-apply-replacements has some legacy code and needs some refactoring in
order to take advantage of the cleanup feature (because of the new
tooling::Replacements implementation). I had a plan to refactor it but
thought it was a low priority since most refactoring tools are using
replacements application functions in tooling::RefactoringTool, and I also
have a plan to replace clang-apply-replacements with a better
infrastructure that can supports more refactoring actions.

On Tue, Oct 18, 2016 at 11:46 AM Malcolm Parsons <malcolm.parsons at gmail.com>
wrote:

> malcolm.parsons added a comment.
>
> Does clang-apply-replacements need a similar change?
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D24572
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161018/c8fdcc10/attachment.html>


More information about the cfe-commits mailing list