[PATCH] D148439: [clang-rename] Exit gracefully when no input provided

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 26 09:03:19 PDT 2023


kbobyrev added a comment.

Thanks Aaron!

Yes, fair enough, that looks good to me, probably no need to move a sanity check to the front of `main()` in this case.

Also, just as a note: I don't know how many people use `clang-rename` anymore (especially with `clangd` being present), I rewrote a lot of what clang-rename has to offer for `clangd` with better precision and results. I think the tool is still useful, but not as much as before.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148439/new/

https://reviews.llvm.org/D148439



More information about the cfe-commits mailing list