mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-24 14:26:22 +00:00
check if clang-tidy is installed
This commit is contained in:
parent
2f0b96606f
commit
eda5c4b589
5
debian/qualify-clang.sh
vendored
5
debian/qualify-clang.sh
vendored
@ -68,6 +68,11 @@ if ! grep -q -E "scan-build: 0 bugs found." foo.log; then
|
||||
fi
|
||||
rm -rf scan-build
|
||||
|
||||
if test ! -f /usr/bin/clang-tidy-$VERSION; then
|
||||
echo "Install clang-tidy-$VERSION"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo 'namespace mozilla {
|
||||
namespace dom {
|
||||
void foo();
|
||||
|
Loading…
Reference in New Issue
Block a user