[PATCH] D66332: [clang-format] Fix the bug that joins template closer and > or >>

Arthur O'Dwyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 16 11:17:51 PDT 2019


Quuxplusone added a comment.

Drive-by observation: My experiments with https://zed0.co.uk/clang-format-configurator/ show that there is a similar bug where clang-format accidentally produces `>=` via reformatting of `template<enable_if_t<Foo, int>` `=0>`, `pi<int>` `=3;`, and so on. Is it possible to fix that bug as part of this patch, and/or would you be interested in patching that bug as a follow-up to this one?


Repository:
  rC Clang

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

https://reviews.llvm.org/D66332





More information about the cfe-commits mailing list