[all-commits] [llvm/llvm-project] d05f88: [libc++] Enable radability-identifier-naming for l...

philnik777 via All-commits all-commits at lists.llvm.org
Sat Feb 11 11:04:06 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d05f889535ab10eb6de032523a29a4e4850e328a
      https://github.com/llvm/llvm-project/commit/d05f889535ab10eb6de032523a29a4e4850e328a
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-02-11 (Sat, 11 Feb 2023)

  Changed paths:
    M libcxx/.clang-tidy
    M libcxx/include/__algorithm/sort.h
    M libcxx/include/__bit/bit_ceil.h
    M libcxx/include/__chrono/duration.h
    M libcxx/include/__compare/common_comparison_category.h
    M libcxx/include/__functional/bind.h
    M libcxx/include/__functional/function.h
    M libcxx/include/__iterator/advance.h
    M libcxx/include/__random/clamp_to_integral.h
    M libcxx/include/__random/generate_canonical.h
    M libcxx/include/__random/independent_bits_engine.h
    M libcxx/include/__random/mersenne_twister_engine.h
    M libcxx/include/__random/normal_distribution.h
    M libcxx/include/__random/piecewise_linear_distribution.h
    M libcxx/include/__random/poisson_distribution.h
    M libcxx/include/__random/shuffle_order_engine.h
    M libcxx/include/__random/uniform_int_distribution.h
    M libcxx/include/__ranges/drop_view.h
    M libcxx/include/__ranges/elements_view.h
    M libcxx/include/__ranges/filter_view.h
    M libcxx/include/__threading_support
    M libcxx/include/bitset
    M libcxx/include/future
    M libcxx/include/mutex
    M libcxx/include/regex
    M libcxx/include/semaphore
    M libcxx/include/shared_mutex
    M libcxx/include/thread
    M libcxx/include/variant

  Log Message:
  -----------
  [libc++] Enable radability-identifier-naming for local variables and fix any problems

Fixes #60658

Reviewed By: Mordante, #libc

Spies: aheejin, sstefan1, libcxx-commits

Differential Revision: https://reviews.llvm.org/D143737




More information about the All-commits mailing list