scan-build-py-fix-default-bin
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 11 Sep 2023 13:40:42 +0000 (14:40 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Mon, 11 Sep 2023 13:40:42 +0000 (14:40 +0100)
===================================================================

Gbp-Pq: Name scan-build-py-fix-default-bin.diff

clang/tools/scan-build-py/lib/libscanbuild/arguments.py

index 7af25ecdf302467a23e224b50ec554dddb56940d..43a7ab8150c025e9f09a3e0b73fb0a569d96afd0 100644 (file)
@@ -266,7 +266,7 @@ def create_analyze_parser(from_build_command):
         '--use-analyzer',
         metavar='<path>',
         dest='clang',
-        default='clang',
+        default='clang-16',
         help="""'%(prog)s' uses the 'clang' executable relative to itself for
         static analysis. One can override this behavior with this option by
         using the 'clang' packaged with Xcode (on OS X) or from the PATH.""")