adjust the scan-build-py path

This commit is contained in:
Sylvestre Ledru 2021-07-17 20:16:39 +02:00
parent 8bc9153875
commit 50d9eaeca8

View File

@ -7,7 +7,7 @@ Index: llvm-toolchain-12-12.0.0/clang/tools/scan-build-py/libscanbuild/arguments
metavar='<path>',
dest='clang',
- default='clang',
+ default='clang-11',
+ default='clang-12',
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.""")