[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 Sep 2 07:19:25 PDT 2022
philnik updated this revision to Diff 457590.
philnik added a comment.
- Try to fix CI
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/shuffle.h
libcxx/include/__algorithm/uniform_random_bit_generator_adaptor.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/__support/win32/locale_win32.h
libcxx/include/any
libcxx/include/barrier
libcxx/include/codecvt
libcxx/include/exception
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.457590.patch
Type: text/x-patch
Size: 157119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220902/47e9d713/attachment-0001.bin>
More information about the libcxx-commits
mailing list