clang-tools-extra: static analyzer is on by default; bump revision

This commit is contained in:
adam 2020-07-01 14:50:33 +00:00
parent a7f1f67f9e
commit 040201f4b9

View file

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.9 2020/06/02 08:24:12 adam Exp $
# $NetBSD: Makefile,v 1.10 2020/07/01 14:50:33 adam Exp $
.include "../../lang/clang/Makefile.common"
PKGNAME= ${DISTNAME:S/clang/clang-tools-extra/:S/.src//}
PKGREVISION= 2
PKGREVISION= 3
COMMENT= Extra Clang tools
@ -19,8 +19,6 @@ BUILD_TARGET+= clang-include-fixer clang-move clang-query clang-reorder-fields
BUILD_TARGET+= clang-tidy clangd modularize pp-trace tool-template
INSTALL_DIRS= ../build/tools/extra
CMAKE_ARGS+= -DCLANG_ENABLE_STATIC_ANALYZER=ON
REPLACE_PYTHON+= tools/extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
REPLACE_PYTHON+= tools/extra/clang-tidy/tool/clang-tidy-diff.py
REPLACE_PYTHON+= tools/extra/clang-tidy/tool/run-clang-tidy.py