[libc++] Fix template parameter naming and enforce it through readability-identifier...
authorNikolas Klauser <nikolasklauser@berlin.de>
Tue, 25 Jul 2023 02:53:39 +0000 (19:53 -0700)
committerNikolas Klauser <nikolasklauser@berlin.de>
Tue, 25 Jul 2023 02:54:12 +0000 (19:54 -0700)
commit1e24b4d3fdf1ba31cdae4d46435d1cfa5e516cd5
treeb5071ec848b4792bfcd337c8aec1137b7726769e
parent3326feb39729e04b5bfdb9f87c8118573451b501
[libc++] Fix template parameter naming and enforce it through readability-identifier-naming

Reviewed By: #libc, Mordante

Spies: Mordante, aheejin, libcxx-commits

Differential Revision: https://reviews.llvm.org/D156059
20 files changed:
libcxx/.clang-tidy
libcxx/include/__bit_reference
libcxx/include/__chrono/calendar.h
libcxx/include/__format/format_context.h
libcxx/include/__format/range_default_formatter.h
libcxx/include/__functional/binder1st.h
libcxx/include/__functional/binder2nd.h
libcxx/include/__fwd/mdspan.h
libcxx/include/__stop_token/stop_callback.h
libcxx/include/experimental/propagate_const
libcxx/include/experimental/type_traits
libcxx/include/locale
libcxx/include/optional
libcxx/include/queue
libcxx/include/semaphore
libcxx/include/shared_mutex
libcxx/include/stack
libcxx/include/tuple
libcxx/include/variant
libcxx/include/vector