[PATCH] D88833: [clang-tidy] Do not warn on pointer decays in system macros
Elvis Stansvik via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 5 11:07:28 PST 2022
estan added a comment.
@aaron.ballman A bit off topic, but I followed https://github.com/llvm/llvm-project/blob/main/README.md#getting-the-source-code-and-building-llvm to build and install llvm-project main branch as follows:
git clone https://github.com/llvm/llvm-project.git
cd llvm-project
cmake -S llvm -B build -G Ninja -DLLVM_ENABLE_PROJECTS=clang-tools-extra -DCMAKE_INSTALL_PREFIX=/home/estan/orexplore/llvm-project-inst
cmake --build build
cmake --install build
But I did not get any clang-tidy in the build or installation directory. The CMake output said "clang-tools-extra project is enabled". Any tips on where I went wrong?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88833/new/
https://reviews.llvm.org/D88833
More information about the cfe-commits
mailing list