[PATCH] D53072: [clang-format] Create a new tool for IDEs based on clang-format
Ivan Donchevskii via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 25 06:05:37 PDT 2019
yvvan added a comment.
@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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53072/new/
https://reviews.llvm.org/D53072
More information about the cfe-commits
mailing list