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

Mark de Wever via All-commits all-commits at lists.llvm.org
Fri Jan 12 08:28:36 PST 2024


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

  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