[PATCH] D89765: [LibTooling][Clang-cast] A Clang LibTool to convert C-style casts to C++ style casts and more.

Ray Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 20 00:05:45 PDT 2020


oneraynyday added a comment.

Hi there,

Thank you for taking a look! Sorry about the mess with diff's - this is my first time working with Arcanist. I thought `arc diff --update <ID>` in Arcanist meant a push to the branch. Moving forward, should I use `arc diff` to add extra changes onto the code review?

Regarding clang-tidy, I listed some of the reasons why I currently have it formatted as a standalone tool in the `NOTES` section above.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89765



More information about the cfe-commits mailing list