[libcxx-commits] [PATCH] D59767: [pstl] Indent preprocessor directives as part of the clang-format rules
Duncan P. N. Exon Smith via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 26 19:42:26 PDT 2019
dexonsmith added a comment.
I'm in favour of this.
In D59767#1442908 <https://reviews.llvm.org/D59767#1442908>, @ldionne wrote:
> libc++ doesn't do this consistently and this has been a source of confusion in the past, in `__config` where there are many nested `#if`s.
Seems like something we could/should add to libcxx as well then. Might even be acceptable to do in an en masse change there.
Repository:
rPSTL pstl
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59767/new/
https://reviews.llvm.org/D59767
More information about the libcxx-commits
mailing list