[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
Wed Jul 13 18:54:14 PDT 2022


philnik updated this revision to Diff 444486.
philnik added a comment.

- Next try


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129386

Files:
  libcxx/.clang-tidy
  libcxx/include/__algorithm/ranges_set_intersection.h
  libcxx/include/__algorithm/set_intersection.h
  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.444486.patch
Type: text/x-patch
Size: 150311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220714/8cae904b/attachment-0001.bin>


More information about the libcxx-commits mailing list