[all-commits] [llvm/llvm-project] 082ae9: [libc++][modules] Increase clang-tidy version used.

Mark de Wever via All-commits all-commits at lists.llvm.org
Fri Dec 22 12:49:37 PST 2023


  Branch: refs/heads/users/mordante/switches_to_clang-tidy-18
  Home:   https://github.com/llvm/llvm-project
  Commit: 082ae9517251ef253ca475a8bcdcdb5519806eee
      https://github.com/llvm/llvm-project/commit/082ae9517251ef253ca475a8bcdcdb5519806eee
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-12-22 (Fri, 22 Dec 2023)

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

  Log Message:
  -----------
  [libc++][modules] Increase clang-tidy version used.

As suggested in #71438 we should use
  export import std;
in the std.compat module.

Testing this locally failed when building with the clang-tidy-17
plugin. The std module was considered corrupt in the test
  libcxx/test/libcxx/module_std_compat.gen.py
however the test
  libcxx/test/libcxx/module_std.gen.py
passed. Both test generated identical std.pcm files. Using the
clang-tidy-18 plugin solves the issue.




More information about the All-commits mailing list