[all-commits] [llvm/llvm-project] 664f34: [libc++] Improves clang-tidy configuration.

Mark de Wever via All-commits all-commits at lists.llvm.org
Sun Feb 26 03:20:03 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 664f345cd53d1f624d94f9889a1c9fff803e3391
      https://github.com/llvm/llvm-project/commit/664f345cd53d1f624d94f9889a1c9fff803e3391
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-02-26 (Sun, 26 Feb 2023)

  Changed paths:
    M libcxx/test/tools/clang_tidy_checks/CMakeLists.txt

  Log Message:
  -----------
  [libc++] Improves clang-tidy configuration.

The current clang-tidy settings work in the CI but not on all systems
outside the CI.
- The range 16...17 doesn't work when only clang-17 is installed.
- Running CMake a second time will fail.

This addresses these issues.

Reviewed By: philnik, #libc

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




More information about the All-commits mailing list