[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
Wed Jul 6 06:09:48 PDT 2022


philnik updated this revision to Diff 442544.
philnik marked 2 inline comments as done.
philnik added a comment.

- Address comments


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.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.442544.patch
Type: text/x-patch
Size: 90115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220706/ff16f37e/attachment-0001.bin>


More information about the libcxx-commits mailing list