[libcxx-commits] [PATCH] D124789: [libc++] Find a clang-format everybody is happy with
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 2 14:21:27 PDT 2022
var-const added a comment.
2. What do we do about concepts/`requires` clauses? From what I've seen, `clang-format` doesn't seem to understand them and formats them pretty weirdly. You might want to include another file that contains a lot of concepts into this patch to demonstrate the effects. I think our alternatives are to either disable clang-format around those parts (FWIW, I think this is what MSVC does) or try to patch the tool.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124789/new/
https://reviews.llvm.org/D124789
More information about the libcxx-commits
mailing list