[libc++] Make parameter names consistent and enforce the naming style using readabili...
authorNikolas Klauser <nikolasklauser@berlin.de>
Fri, 8 Jul 2022 16:17:26 +0000 (18:17 +0200)
committerNikolas Klauser <nikolasklauser@berlin.de>
Fri, 8 Jul 2022 16:17:47 +0000 (18:17 +0200)
commitb48c5010a46246cc3337244f7e2736dacf5889dc
tree56dec04d8c76d6fb6f85e2711cdbe803b9d9998c
parent02769f2b3fdebb5066d7a973b171d2873a804560
[libc++] Make parameter names consistent and enforce the naming style using readability-identifier-naming

Ensure that parameter names have the style `__lower_case`

Reviewed By: ldionne, #libc

Spies: aheejin, sstefan1, libcxx-commits, miyuki

Differential Revision: https://reviews.llvm.org/D129051
56 files changed:
libcxx/.clang-tidy
libcxx/include/__algorithm/binary_search.h
libcxx/include/__algorithm/count.h
libcxx/include/__algorithm/equal_range.h
libcxx/include/__algorithm/fill.h
libcxx/include/__algorithm/fill_n.h
libcxx/include/__algorithm/find.h
libcxx/include/__algorithm/lower_bound.h
libcxx/include/__algorithm/minmax_element.h
libcxx/include/__algorithm/remove.h
libcxx/include/__algorithm/remove_copy.h
libcxx/include/__algorithm/search_n.h
libcxx/include/__algorithm/upper_bound.h
libcxx/include/__bit_reference
libcxx/include/__chrono/duration.h
libcxx/include/__chrono/time_point.h
libcxx/include/__chrono/year_month_weekday.h
libcxx/include/__filesystem/copy_options.h
libcxx/include/__filesystem/directory_options.h
libcxx/include/__filesystem/operations.h
libcxx/include/__filesystem/perm_options.h
libcxx/include/__filesystem/perms.h
libcxx/include/__format/formatter_output.h
libcxx/include/__format/parser_std_format_spec.h
libcxx/include/__functional/function.h
libcxx/include/__iterator/back_insert_iterator.h
libcxx/include/__iterator/front_insert_iterator.h
libcxx/include/__iterator/insert_iterator.h
libcxx/include/__iterator/ostream_iterator.h
libcxx/include/__iterator/reverse_iterator.h
libcxx/include/__numeric/iota.h
libcxx/include/__random/piecewise_constant_distribution.h
libcxx/include/__random/piecewise_linear_distribution.h
libcxx/include/__ranges/zip_view.h
libcxx/include/__support/win32/locale_win32.h
libcxx/include/__threading_support
libcxx/include/any
libcxx/include/atomic
libcxx/include/barrier
libcxx/include/charconv
libcxx/include/cmath
libcxx/include/codecvt
libcxx/include/condition_variable
libcxx/include/exception
libcxx/include/experimental/simd
libcxx/include/future
libcxx/include/map
libcxx/include/memory
libcxx/include/regex
libcxx/include/scoped_allocator
libcxx/include/shared_mutex
libcxx/include/string_view
libcxx/include/system_error
libcxx/include/variant
libcxx/include/vector
libcxx/include/wchar.h