mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 05:29:45 +00:00
14 lines
855 B
Diff
14 lines
855 B
Diff
Index: llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/clang/tools/scan-build-py/lib/libscanbuild/arguments.py
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79.orig/clang/tools/scan-build-py/lib/libscanbuild/arguments.py
|
|
+++ llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/clang/tools/scan-build-py/lib/libscanbuild/arguments.py
|
|
@@ -293,7 +293,7 @@ def create_analyze_parser(from_build_com
|
|
"--use-analyzer",
|
|
metavar="<path>",
|
|
dest="clang",
|
|
- default="clang",
|
|
+ default="clang-17",
|
|
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.""",
|