[all-commits] [llvm/llvm-project] d72859: [scan-build-py] Update scan-build-py to allow outp...
Zero Omega via All-commits
all-commits at lists.llvm.org
Sun Feb 7 18:26:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d72859ffa237bbb82c1ef7302f2d99534183f8ca
https://github.com/llvm/llvm-project/commit/d72859ffa237bbb82c1ef7302f2d99534183f8ca
Author: Daniel Hwang <arkay at google.com>
Date: 2021-02-07 (Sun, 07 Feb 2021)
Changed paths:
M clang/tools/scan-build-py/libscanbuild/analyze.py
M clang/tools/scan-build-py/libscanbuild/arguments.py
M clang/tools/scan-build-py/libscanbuild/report.py
M clang/tools/scan-build-py/tests/unit/test_analyze.py
M clang/tools/scan-build-py/tests/unit/test_report.py
Log Message:
-----------
[scan-build-py] Update scan-build-py to allow outputing as SARIF
clang static analysis reports can be generated in html, plist, or sarif
format. This updates scan-build-py to be able to specify SARIF as the
desired output format, as previously it only support plist and html
formats.
Differential Revision: https://reviews.llvm.org/D94251
More information about the All-commits
mailing list