mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 21:48:58 +00:00

clang) - see scan-build-py-fix-default-bin.diff tested by https://github.com/opencollab/llvm-toolchain-integration-test-suite/ - not really working for now
14 lines
747 B
Diff
14 lines
747 B
Diff
Index: llvm-toolchain-12-12.0.0/clang/tools/scan-build-py/libscanbuild/arguments.py
|
|
===================================================================
|
|
--- llvm-toolchain-12-12.0.0.orig/clang/tools/scan-build-py/libscanbuild/arguments.py
|
|
+++ llvm-toolchain-12-12.0.0/clang/tools/scan-build-py/libscanbuild/arguments.py
|
|
@@ -250,7 +250,7 @@ def create_analyze_parser(from_build_com
|
|
'--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.""")
|