[llvm-branch-commits] [libcxx] [libc++][modules] Increase clang-tidy version used. (PR #76268)

Nikolas Klauser via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Dec 24 05:57:49 PST 2023


philnik777 wrote:

Oh shit. I just realized that this is most likely a latent bug no matter what. We build the module with Clang 18, and then essentially try to load it with Clang 17 (aka Clang Tidy 17). AFAIK that's not guaranteed to work, and probably just happens to work currently with Clang 17 building and Clang 18 loading the module (assuming we even test that right now?). I think we may have to always match the Clang and Clang Tidy versions we use.

https://github.com/llvm/llvm-project/pull/76268


More information about the llvm-branch-commits mailing list