[PATCH] D96367: Partially Revert "scan-view: Remove Reporter.py and associated AppleScript files"

Tom Stellard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 9 13:50:39 PST 2021


tstellar created this revision.
Herald added a subscriber: mgorny.
tstellar requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This reverts some of commit dbb01536f6f49fa428f170e34466072ef439b3e9 <https://reviews.llvm.org/rGdbb01536f6f49fa428f170e34466072ef439b3e9>.

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 <https://reviews.llvm.org/rGdbb01536f6f49fa428f170e34466072ef439b3e9>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96367

Files:
  clang/tools/scan-view/CMakeLists.txt
  clang/tools/scan-view/share/Reporter.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96367.322492.patch
Type: text/x-patch
Size: 6555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210209/344d0498/attachment.bin>


More information about the cfe-commits mailing list