[llvm-branch-commits] [libcxx] [libc++][modules] Increase clang-tidy version used. (PR #76268)
Mark de Wever via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Dec 24 05:23:23 PST 2023
mordante wrote:
It's the line `export import std;` in
https://github.com/llvm/llvm-project/pull/76330/files#diff-e881fdd0e6e66610142a28228b2bbf0e38520ee7186946bca06cb8d195dcd2b4
This works with Clang-17, Clang-18, and clang-tidy-18. It fails with clang-tidy-17. Clang-tidy tests that directly use the `std` module work. When importing `std` clang-tidy complains about a corrupt AST in the `std` module. So this sounds like a clang-tidy-17 but that has been fixed in clang-tidy-18.
https://github.com/llvm/llvm-project/pull/76268
More information about the llvm-branch-commits
mailing list