[all-commits] [llvm/llvm-project] 84c74e: [libc++][modules] Increase clang-tidy version used.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Jan 16 23:18:11 PST 2024
Branch: refs/heads/users/mordante/switches_to_clang-tidy-18
Home: https://github.com/llvm/llvm-project
Commit: 84c74e07fb1505926bbe4a8a0823eff4baf302d9
https://github.com/llvm/llvm-project/commit/84c74e07fb1505926bbe4a8a0823eff4baf302d9
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-01-17 (Wed, 17 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