[libcxx-commits] [PATCH] D143737: [libc++] Enable radability-identifier-naming for local variables and fix any problems

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 11 06:28:41 PST 2023


Mordante accepted this revision.
Mordante added a comment.
This revision is now accepted and ready to land.

Thanks for the cleanup, LGTM!



================
Comment at: libcxx/include/__functional/function.h:618
+        static const _LIBCPP_CONSTEXPR __policy __policy = {nullptr, nullptr,
                                                              true,
 #ifndef _LIBCPP_HAS_NO_RTTI
----------------
Can you fix the indention of this line and the next lines too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143737



More information about the libcxx-commits mailing list