1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Index: llvm-toolchain-snapshot_14~++20220116120030+696f9706f34d/clang/tools/scan-build-py/libexec/analyze-c++
===================================================================
--- llvm-toolchain-snapshot_14~++20220116120030+696f9706f34d.orig/clang/tools/scan-build-py/libexec/analyze-c++
+++ llvm-toolchain-snapshot_14~++20220116120030+696f9706f34d/clang/tools/scan-build-py/libexec/analyze-c++
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
Index: llvm-toolchain-snapshot_14~++20220116120030+696f9706f34d/clang/tools/scan-build-py/libexec/analyze-cc
===================================================================
--- llvm-toolchain-snapshot_14~++20220116120030+696f9706f34d.orig/clang/tools/scan-build-py/libexec/analyze-cc
+++ llvm-toolchain-snapshot_14~++20220116120030+696f9706f34d/clang/tools/scan-build-py/libexec/analyze-cc
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
Index: llvm-toolchain-snapshot_14~++20220116120030+696f9706f34d/clang/tools/scan-build-py/libexec/intercept-c++
===================================================================
--- llvm-toolchain-snapshot_14~++20220116120030+696f9706f34d.orig/clang/tools/scan-build-py/libexec/intercept-c++
+++ llvm-toolchain-snapshot_14~++20220116120030+696f9706f34d/clang/tools/scan-build-py/libexec/intercept-c++
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
Index: llvm-toolchain-snapshot_14~++20220116120030+696f9706f34d/clang/tools/scan-build-py/libexec/intercept-cc
===================================================================
--- llvm-toolchain-snapshot_14~++20220116120030+696f9706f34d.orig/clang/tools/scan-build-py/libexec/intercept-cc
+++ llvm-toolchain-snapshot_14~++20220116120030+696f9706f34d/clang/tools/scan-build-py/libexec/intercept-cc
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
|