[all-commits] [llvm/llvm-project] 1e24b4: [libc++] Fix template parameter naming and enforce...

philnik777 via All-commits all-commits at lists.llvm.org
Mon Jul 24 19:54:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e24b4d3fdf1ba31cdae4d46435d1cfa5e516cd5
      https://github.com/llvm/llvm-project/commit/1e24b4d3fdf1ba31cdae4d46435d1cfa5e516cd5
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M libcxx/.clang-tidy
    M libcxx/include/__bit_reference
    M libcxx/include/__chrono/calendar.h
    M libcxx/include/__format/format_context.h
    M libcxx/include/__format/range_default_formatter.h
    M libcxx/include/__functional/binder1st.h
    M libcxx/include/__functional/binder2nd.h
    M libcxx/include/__fwd/mdspan.h
    M libcxx/include/__stop_token/stop_callback.h
    M libcxx/include/experimental/propagate_const
    M libcxx/include/experimental/type_traits
    M libcxx/include/locale
    M libcxx/include/optional
    M libcxx/include/queue
    M libcxx/include/semaphore
    M libcxx/include/shared_mutex
    M libcxx/include/stack
    M libcxx/include/tuple
    M libcxx/include/variant
    M libcxx/include/vector

  Log Message:
  -----------
  [libc++] Fix template parameter naming and enforce it through readability-identifier-naming

Reviewed By: #libc, Mordante

Spies: Mordante, aheejin, libcxx-commits

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




More information about the All-commits mailing list