[PATCH] D88296: [clang-format] De-duplicate includes with leading or trailing whitespace.

Marek Kurdej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 25 06:03:53 PDT 2020


curdeius added a comment.

Finally I've opted for creating a small revision just fixing this particular bug report.
Mind however that the problem is a bit more complex and to solve all possible cases we would need to first reformat the source code, then sort the includes and then again, possibly reformat parts of the source code modified by sorting, so that the comments get re-aligned etc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88296



More information about the cfe-commits mailing list