[all-commits] [llvm/llvm-project] b48c50: [libc++] Make parameter names consistent and enfor...

philnik777 via All-commits all-commits at lists.llvm.org
Fri Jul 8 09:18:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b48c5010a46246cc3337244f7e2736dacf5889dc
      https://github.com/llvm/llvm-project/commit/b48c5010a46246cc3337244f7e2736dacf5889dc
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-07-08 (Fri, 08 Jul 2022)

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

  Log Message:
  -----------
  [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




More information about the All-commits mailing list