[all-commits] [llvm/llvm-project] c98872: [analyzer] Modernize analyzer's Python scripts
Valeriy Savchenko via All-commits
all-commits at lists.llvm.org
Thu May 14 05:56:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c98872e3a3c0fc4390e0892866d7e844df929179
https://github.com/llvm/llvm-project/commit/c98872e3a3c0fc4390e0892866d7e844df929179
Author: Valeriy Savchenko <vsavchenko at apple.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M clang/utils/analyzer/CmpRuns.py
M clang/utils/analyzer/SATestAdd.py
M clang/utils/analyzer/SATestBuild.py
M clang/utils/analyzer/SATestUpdateDiffs.py
M clang/utils/analyzer/SATestUtils.py
M clang/utils/analyzer/SumTimerInfo.py
M clang/utils/analyzer/exploded-graph-rewriter.py
Log Message:
-----------
[analyzer] Modernize analyzer's Python scripts
Summary:
Fix read/write in binary format, which crashes Python 3.
Additionally, clean up redundant (as for Python 3) code and
fix a handful of flake8 warnings.
Differential Revision: https://reviews.llvm.org/D79932
More information about the All-commits
mailing list