scan-build-py-fix-default-bin
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 14 Jan 2025 13:16:47 +0000 (14:16 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 14 Jan 2025 13:16:47 +0000 (14:16 +0100)
===================================================================

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

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

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