[all-commits] [llvm/llvm-project] 1667fe: [clang][tools] Update Python2 code in set-xcode-an...
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Nov 3 05:16:32 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1667feb0fd37b738c9134e60474741097daada25
https://github.com/llvm/llvm-project/commit/1667feb0fd37b738c9134e60474741097daada25
Author: David Spickett <david.spickett at linaro.org>
Date: 2025-11-03 (Mon, 03 Nov 2025)
Changed paths:
M clang/tools/scan-build/bin/set-xcode-analyzer
Log Message:
-----------
[clang][tools] Update Python2 code in set-xcode-analyzer to Python3 (#163737)
It wanted at least Python 3.6, LLVM's minimum is now 3.8, so remove this
check.
It was still using print as a statement, which was removed in 3.0
(https://docs.python.org/3/whatsnew/3.0.html#print-is-a-function).
Exception syntax changed in 3.0 from "A, B" to "A as B"
(https://docs.python.org/3/whatsnew/3.0.html#changed-syntax).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list