[all-commits] [llvm/llvm-project] 841399: [libc++] Add custom clang-tidy checks

philnik777 via All-commits all-commits at lists.llvm.org
Fri Dec 23 06:42:26 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 841399a2188aaf244e83e3df7be66885ec905ede
      https://github.com/llvm/llvm-project/commit/841399a2188aaf244e83e3df7be66885ec905ede
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-12-23 (Fri, 23 Dec 2022)

  Changed paths:
    M libcxx/CMakeLists.txt
    M libcxx/include/__algorithm/ranges_search_n.h
    M libcxx/include/__algorithm/sort.h
    M libcxx/include/__bit_reference
    M libcxx/include/__chrono/duration.h
    M libcxx/include/__chrono/formatter.h
    M libcxx/include/__chrono/hh_mm_ss.h
    M libcxx/include/__chrono/time_point.h
    M libcxx/include/__compare/common_comparison_category.h
    M libcxx/include/__compare/partial_order.h
    M libcxx/include/__compare/strong_order.h
    M libcxx/include/__compare/weak_order.h
    M libcxx/include/__filesystem/path.h
    M libcxx/include/__format/format_arg_store.h
    M libcxx/include/__format/format_functions.h
    M libcxx/include/__format/format_string.h
    M libcxx/include/__format/formatter_floating_point.h
    M libcxx/include/__format/formatter_integral.h
    M libcxx/include/__format/formatter_output.h
    M libcxx/include/__format/parser_std_format_spec.h
    M libcxx/include/__functional/hash.h
    M libcxx/include/__hash_table
    M libcxx/include/__iterator/common_iterator.h
    M libcxx/include/__iterator/iter_move.h
    M libcxx/include/__iterator/iter_swap.h
    M libcxx/include/__locale
    M libcxx/include/__memory/shared_ptr.h
    M libcxx/include/__memory/uninitialized_algorithms.h
    M libcxx/include/__numeric/midpoint.h
    M libcxx/include/__random/binomial_distribution.h
    M libcxx/include/__random/uniform_int_distribution.h
    M libcxx/include/__split_buffer
    M libcxx/include/__string/char_traits.h
    M libcxx/include/__type_traits/conjunction.h
    M libcxx/include/__type_traits/is_callable.h
    M libcxx/include/__type_traits/is_implicitly_default_constructible.h
    M libcxx/include/__type_traits/is_valid_expansion.h
    M libcxx/include/__utility/declval.h
    M libcxx/include/atomic
    M libcxx/include/barrier
    M libcxx/include/charconv
    M libcxx/include/cmath
    M libcxx/include/complex
    M libcxx/include/deque
    M libcxx/include/experimental/functional
    M libcxx/include/experimental/simd
    M libcxx/include/fstream
    M libcxx/include/future
    M libcxx/include/iomanip
    M libcxx/include/ios
    M libcxx/include/istream
    M libcxx/include/locale
    M libcxx/include/mutex
    M libcxx/include/new
    M libcxx/include/ostream
    M libcxx/include/regex
    M libcxx/include/scoped_allocator
    M libcxx/include/semaphore
    M libcxx/include/string
    M libcxx/include/string_view
    M libcxx/include/thread
    M libcxx/include/tuple
    M libcxx/include/unordered_map
    M libcxx/include/unordered_set
    M libcxx/include/valarray
    M libcxx/include/variant
    M libcxx/test/CMakeLists.txt
    M libcxx/test/configs/cmake-bridge.cfg.in
    M libcxx/test/libcxx/clang_tidy.sh.cpp
    A libcxx/test/tools/CMakeLists.txt
    A libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
    A libcxx/test/tools/clang_tidy_checks/libcpp_module.cpp
    A libcxx/test/tools/clang_tidy_checks/robust_against_adl.cpp
    A libcxx/test/tools/clang_tidy_checks/robust_against_adl.hpp
    M libcxx/utils/ci/buildkite-pipeline.yml
    M libcxx/utils/ci/run-buildbot
    M libcxx/utils/libcxx/test/features.py

  Log Message:
  -----------
  [libc++] Add custom clang-tidy checks

Reviewed By: #libc, ldionne

Spies: jwakely, beanz, smeenai, cfe-commits, tschuett, avogelsgesang, Mordante, sstefan1, libcxx-commits, ldionne, mgorny, arichardson, miyuki

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




More information about the All-commits mailing list