[all-commits] [llvm/llvm-project] cf6466: [libc++][test] Prefers the newer clang-tidy version.

Mark de Wever via All-commits all-commits at lists.llvm.org
Wed May 31 08:24:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cf64668b8c414c60aec12cdd7374ea053fc99411
      https://github.com/llvm/llvm-project/commit/cf64668b8c414c60aec12cdd7374ea053fc99411
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-05-31 (Wed, 31 May 2023)

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

  Log Message:
  -----------
  [libc++][test] Prefers the newer clang-tidy version.

Module require Clang 17, since Clang 16 requires the magic # __FILE__
line. Therefore, if available, use clang-tidy 17 too. This change should
be reverted after LLVM 17 is released.

Reviewed By: #libc, ldionne

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




More information about the All-commits mailing list