[libcxx-commits] [libcxx] [libc++] run clang-tidy on src/ in the CI (PR #121198)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 14 07:50:36 PDT 2025
================
@@ -147,6 +147,7 @@ function generate-cmake() {
generate-cmake-base \
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \
-DLIBCXX_CXX_ABI=libcxxabi \
+ -DCMAKE_EXPORT_COMPILE_COMMANDS=On \
----------------
ldionne wrote:
```suggestion
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
```
I think that's more consistent with what we do throughout.
https://github.com/llvm/llvm-project/pull/121198
More information about the libcxx-commits
mailing list