[libcxx-commits] [PATCH] D129386: [libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 8 10:56:23 PDT 2022


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const.
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++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129386

Files:
  libcxx/.clang-tidy
  libcxx/include/__algorithm/shuffle.h
  libcxx/include/__chrono/day.h
  libcxx/include/__chrono/hh_mm_ss.h
  libcxx/include/__chrono/month.h
  libcxx/include/__chrono/month_weekday.h
  libcxx/include/__chrono/monthday.h
  libcxx/include/__chrono/weekday.h
  libcxx/include/__chrono/year.h
  libcxx/include/__chrono/year_month.h
  libcxx/include/__chrono/year_month_day.h
  libcxx/include/__chrono/year_month_weekday.h
  libcxx/include/__iterator/reverse_iterator.h
  libcxx/include/__iterator/wrap_iter.h
  libcxx/include/__locale
  libcxx/include/__memory/shared_ptr.h
  libcxx/include/__random/normal_distribution.h
  libcxx/include/__random/shuffle_order_engine.h
  libcxx/include/any
  libcxx/include/barrier
  libcxx/include/codecvt
  libcxx/include/experimental/functional
  libcxx/include/experimental/iterator
  libcxx/include/latch
  libcxx/include/map
  libcxx/include/semaphore
  libcxx/include/shared_mutex
  libcxx/include/span
  libcxx/include/string_view
  libcxx/include/unordered_map
  libcxx/include/variant
  libcxx/src/locale.cpp
  libcxx/src/memory.cpp
  libcxx/src/shared_mutex.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129386.443290.patch
Type: text/x-patch
Size: 145933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220708/545b2f87/attachment-0001.bin>


More information about the libcxx-commits mailing list