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
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to