[PATCH] D53072: [clang-format] Create a new tool for IDEs based on clang-format

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 8 09:20:15 PDT 2019


ilya-biryukov added a comment.

In D53072#1478575 <https://reviews.llvm.org/D53072#1478575>, @yvvan wrote:

> @sammccall
>
> Having a separate tool is nice because it allows the client to make it plugable. clang-format sometimes changes options quite significantly and it can be nice if you have a choice which version to pick, otherwise it might be unable to read the configuration you have.


I second Sam's concerns about introducing a new tool.
Could you list the use-cases that `clang-format-ide` would cover that `clang-format` doesn't?
How is introducing a new tool different from adding a new formatting option to `clang-format`?


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

https://reviews.llvm.org/D53072





More information about the cfe-commits mailing list