[libcxx-commits] [libcxx] [libcxx] adds way for clang-tidy to be built with non-default stdlib (PR #154573)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 9 05:05:32 PDT 2025


https://github.com/ldionne requested changes to this pull request.

We already build the clang tidy plugin using the system compiler and we don't force the usage of `-stdlib=libc++` -- so I don't think this patch should be necessary. Instead, I think we should have a look at the errors you were running into and try to figure out what's going on.

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


More information about the libcxx-commits mailing list