[libcxx-commits] [PATCH] D113066: [libcxx][SystemZ][z/OS] Update libcxx/src/memory.cpp to accommodate POSIX(OFF)
Daniel McIntosh via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 8 11:54:36 PST 2021
DanielMcIntosh-IBM marked an inline comment as done.
DanielMcIntosh-IBM added inline comments.
================
Comment at: libcxx/src/memory.cpp:152
{
- auto m = static_cast<__libcpp_mutex_t*>(__lx);
- unsigned count = 0;
----------------
DanielMcIntosh-IBM wrote:
> jroelofs wrote:
> > I'd leave the 4-space indentation alone, since that seems to be the local style in the rest of libcxx.
> arc actually won't let me //not// change the indentation
Never mind, just discovered arc's `--nolint` option
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113066/new/
https://reviews.llvm.org/D113066
More information about the libcxx-commits
mailing list