[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
Mon Jul 4 14:31:12 PDT 2022
philnik updated this revision to Diff 442146.
philnik added a comment.
- Try to fix CI
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/__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.442146.patch
Type: text/x-patch
Size: 85772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220704/2221fca8/attachment-0001.bin>
More information about the libcxx-commits
mailing list