[all-commits] [llvm/llvm-project] e3cd3a: Partially Revert "scan-view: Remove Reporter.py an...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Thu Feb 11 19:11:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3cd3a3c91524c957e06bb0170343548f02b6842
https://github.com/llvm/llvm-project/commit/e3cd3a3c91524c957e06bb0170343548f02b6842
Author: Tom Stellard <tstellar at redhat.com>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
M clang/tools/scan-view/CMakeLists.txt
A clang/tools/scan-view/share/Reporter.py
Log Message:
-----------
Partially Revert "scan-view: Remove Reporter.py and associated AppleScript files"
This reverts some of commit dbb01536f6f49fa428f170e34466072ef439b3e9.
The Reporter module was still being used by the ScanView.py module and deleting
it caused scan-view to fail. This commit adds back Reporter.py but removes the
code the references the AppleScript files which were removed in
dbb01536f6f49fa428f170e34466072ef439b3e9.
Reviewed By: NoQ
Differential Revision: https://reviews.llvm.org/D96367
More information about the All-commits
mailing list