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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 10 07:26:48 PST 2023


philnik created this revision.
philnik added reviewers: ldionne, Mordante.
Herald added a project: All.
philnik requested review of this revision.
Herald added subscribers: libcxx-commits, sstefan1, aheejin.
Herald added a reviewer: jdoerfert.
Herald added a project: libc++.
Herald added a reviewer: libc++.

Fixes #60658


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143737

Files:
  libcxx/.clang-tidy
  libcxx/include/__algorithm/sort.h
  libcxx/include/__bit/bit_ceil.h
  libcxx/include/__chrono/duration.h
  libcxx/include/__compare/common_comparison_category.h
  libcxx/include/__functional/bind.h
  libcxx/include/__functional/function.h
  libcxx/include/__iterator/advance.h
  libcxx/include/__random/clamp_to_integral.h
  libcxx/include/__random/generate_canonical.h
  libcxx/include/__random/independent_bits_engine.h
  libcxx/include/__random/mersenne_twister_engine.h
  libcxx/include/__random/normal_distribution.h
  libcxx/include/__random/piecewise_linear_distribution.h
  libcxx/include/__random/poisson_distribution.h
  libcxx/include/__random/shuffle_order_engine.h
  libcxx/include/__random/uniform_int_distribution.h
  libcxx/include/__ranges/drop_view.h
  libcxx/include/__ranges/elements_view.h
  libcxx/include/__ranges/filter_view.h
  libcxx/include/__threading_support
  libcxx/include/bitset
  libcxx/include/future
  libcxx/include/mutex
  libcxx/include/regex
  libcxx/include/semaphore
  libcxx/include/shared_mutex
  libcxx/include/thread
  libcxx/include/variant
  libcxx/test/tools/clang_tidy_checks/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143737.496465.patch
Type: text/x-patch
Size: 35781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230210/a05540a7/attachment-0001.bin>


More information about the libcxx-commits mailing list