adjust the scan-build-py path

This commit is contained in:
Sylvestre Ledru 2021-07-17 20:18:58 +02:00
parent e0994366bb
commit e7aa593842

View File

@ -7,7 +7,7 @@ Index: llvm-toolchain-12-12.0.0/clang/tools/scan-build-py/libscanbuild/arguments
metavar='<path>', metavar='<path>',
dest='clang', dest='clang',
- default='clang', - default='clang',
+ default='clang-12', + default='clang-13',
help="""'%(prog)s' uses the 'clang' executable relative to itself for help="""'%(prog)s' uses the 'clang' executable relative to itself for
static analysis. One can override this behavior with this option by static analysis. One can override this behavior with this option by
using the 'clang' packaged with Xcode (on OS X) or from the PATH.""") using the 'clang' packaged with Xcode (on OS X) or from the PATH.""")