Hi,
Once upon a time, it used to be that when building llvm/clang from sources, ‘make install’ didnt include the installation of ‘scan-build’ and friends. However, this seems to have changed recently ? Or am I interpreting the results of ‘make install’ incorrectly ?
Hi,
Once upon a time, it used to be that when building llvm/clang from
sources, 'make install' didnt include the installation of 'scan-build'
and friends. However, this seems to have changed recently ? Or am I
interpreting the results of 'make install' incorrectly ?
Yes, I've been committing patches to make that happen. There's a flag to turn it off if you'd like: CLANG_INSTALL_SCAN{BUILD,VIEW}
Jon