[libcxx-commits] [PATCH] D129051: [libc++] Make parameter names consistent and enforce the naming style using readability-identifier-naming
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 8 09:17:59 PDT 2022
This revision was automatically updated to reflect the committed changes.
philnik marked 4 inline comments as done.
Closed by commit rGb48c5010a462: [libc++] Make parameter names consistent and enforce the naming style using… (authored by philnik).
Changed prior to commit:
https://reviews.llvm.org/D129051?vs=442990&id=443267#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129051/new/
https://reviews.llvm.org/D129051
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129051.443267.patch
Type: text/x-patch
Size: 89647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220708/4ccf2ae9/attachment-0001.bin>
More information about the libcxx-commits
mailing list