[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 13:59:28 PST 2022
ldionne added a subscriber: sammccall.
ldionne added a comment.
@sammccall Do you know whether `clang-tidy` can use `compile_flags.txt`? If it did, that could perhaps solve both this issue and also https://github.com/llvm/llvm-project/issues/45348.
I looked at `compile_commands.json` locally and it made it clear that we can't ship it as part of our installation, but `compile_flags.txt` would be an option. Thoughts?
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