scan-build-py-fix-default-bin
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 28 Sep 2021 10:06:50 +0000 (11:06 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Tue, 28 Sep 2021 10:06:50 +0000 (11:06 +0100)
===================================================================

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

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

index e258a41003317ecc59cff1675fba457f346837d8..db983034f7813e34be9e724df2e6e80b032bbca0 100644 (file)
@@ -250,7 +250,7 @@ def create_analyze_parser(from_build_command):
         '--use-analyzer',
         metavar='<path>',
         dest='clang',
-        default='clang',
+        default='clang-11',
         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.""")