From: Daniel Dunbar Date: Sun, 21 Sep 2008 23:02:25 +0000 (+0000) Subject: scan-view tweaks: X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b131c8ac7cc429416a2d6aaa0baccb2336883acc;p=clang scan-view tweaks: - Add simple favicon - Allow resolving source file paths (should be rethought) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56414 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/scan-view/ScanView.py b/tools/scan-view/ScanView.py index b9839eab45..9e43ddf881 100644 --- a/tools/scan-view/ScanView.py +++ b/tools/scan-view/ScanView.py @@ -24,6 +24,10 @@ kBugKeyValueRE = re.compile('') kReportReplacements = [(kReportColRE, kReportColRepl), (kReportBugRE, kReportBugRepl)] +# Other simple parameters + +kResources = posixpath.join(posixpath.dirname(__file__), 'Resources') + ### __version__ = "0.1" @@ -351,12 +355,27 @@ Method: