[libcxx-commits] [PATCH] D117268: [libc++] Install clang-tidy in docker containers and create compile_commands.json

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 14 12:19:41 PST 2022


ldionne added inline comments.


================
Comment at: libcxx/CMakeLists.txt:25
 
+set(CMAKE_EXPORT_COMPILE_COMMANDS On)
+
----------------
Also, I would suggest moving it to `runtimes/` instead so it is used when we're building libc++abi and libunwind too.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117268/new/

https://reviews.llvm.org/D117268



More information about the libcxx-commits mailing list