[all-commits] [llvm/llvm-project] a3d0b5: [analyzer] Fix deprecated plistlib functions
Manas via All-commits
all-commits at lists.llvm.org
Fri Oct 1 08:08:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3d0b5805e5ff2fd870df5be5c3197eee0bb74a0
https://github.com/llvm/llvm-project/commit/a3d0b5805e5ff2fd870df5be5c3197eee0bb74a0
Author: Manas <manas18244 at iiitd.ac.in>
Date: 2021-10-01 (Fri, 01 Oct 2021)
Changed paths:
M clang/utils/analyzer/SATestBuild.py
Log Message:
-----------
[analyzer] Fix deprecated plistlib functions
It replaces the usage of readPlist,writePlist functions with load,dump
in plistlib package.
This fixes deprecation issues when analyzer reports are being generated
outside of docker.
Patch by Manas!
Reviewed By: steakhal
Differential Revision: https://reviews.llvm.org/D107312
More information about the All-commits
mailing list