[libcxx-commits] [PATCH] D77505: [libc++] Implement <numbers>
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 16 11:00:13 PDT 2020
ldionne accepted this revision.
ldionne added inline comments.
================
Comment at: libcxx/test/std/numerics/numbers/specialize.pass.cpp:15
+#if defined(__clang__)
+#pragma clang diagnostic ignored "-Wunused-variable"
+#endif
----------------
tambre wrote:
> ldionne wrote:
> > Indentation:
> >
> > ```
> > #if ...
> > # pragma ...
> > #endif
> > ```
> Unfortunately clang-format doesn't agree and will try to revert the indentation. Fixed manually.
We don't use clang-format (yet) in libc++.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77505/new/
https://reviews.llvm.org/D77505
More information about the libcxx-commits
mailing list