[all-commits] [llvm/llvm-project] e6ac33: [libc++][modules] Increase clang-tidy version used...
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Jan 16 23:18:48 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6ac33b9369252b616625195bffc9ed6eb92cb52
https://github.com/llvm/llvm-project/commit/e6ac33b9369252b616625195bffc9ed6eb92cb52
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. (#76268)
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