[PATCH] D79773: [clang-format] Improve clang-formats handling of concepts

Marek Kurdej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 3 04:17:32 PST 2020


curdeius added a comment.

It would be maybe possible to:

- address @klimek 's comment and do any other necessary cleanup
- create a bug ticket for what @JohelEGP found with ctors
- mark clang-format's support of concept as experimental?

This patch is getting big IMO and I really think that something is better than nothing in this case.
And at least we could parallelise the efforts on the remaining (edge) cases when this gets landed.
WDYT?


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

https://reviews.llvm.org/D79773



More information about the cfe-commits mailing list