[libcxx-commits] [PATCH] D129051: [libc++] Make parameter names consistent and enforce the naming style

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 3 15:07:55 PDT 2022


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const.
Herald added a subscriber: miyuki.
Herald added a project: All.
philnik requested review of this revision.
Herald added subscribers: libcxx-commits, sstefan1, aheejin.
Herald added a reviewer: jdoerfert.
Herald added a project: libc++.
Herald added a reviewer: libc++.

Ensure that parameter names have the style `__lower_case`


Repository:
  rG LLVM Github Monorepo

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/__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/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/test/libcxx/clang_tidy.sh.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129051.441982.patch
Type: text/x-patch
Size: 85742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220703/24120988/attachment-0001.bin>


More information about the libcxx-commits mailing list