scan-build-py-fix-default-bin
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 23 Sep 2024 11:23:31 +0000 (13:23 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 23 Sep 2024 11:23:31 +0000 (13:23 +0200)
===================================================================

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

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

index e9794e795977889b8356cf371a3e987cc8fe2e54..2eafa4e8eabcda32259fc0fdb3e9f761b5006450 100644 (file)
@@ -293,7 +293,7 @@ def create_analyze_parser(from_build_command):
         "--use-analyzer",
         metavar="<path>",
         dest="clang",
-        default="clang",
+        default="clang-18",
         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.""",