[libcxx-commits] [libcxx] [libc++][CMake] Adds option to disable clang-tidy. (PR #95654)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 17 13:42:19 PDT 2024


ldionne wrote:

@mordante Where have there been some reports of the `clang-tidy` detection not working properly? I have a preference for simplifying the configuration around this to the maximum.

@EricWF To prevent these mis-configuration issues, I think we could instead enforce the set of Lit features that is defined inside our CI builders. This would catch a mis-configuration of this kind but also many other similar issues, and it wouldn't require adding an option for this in the CMake.

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


More information about the libcxx-commits mailing list