[PATCH] D65250: [analyzer] exploded-graph-rewriter: Improve user-friendliness.
Noel Grandin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 25 03:49:19 PDT 2019
grandinj added a comment.
There is no need to wrap SVG in HTML if you want to display it in a web-browser, you can just open the web-browser explicitly, they already support opening SVG, use something like
webbrowser.open_new(url)
i.e. https://docs.python.org/2/library/webbrowser.html
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65250/new/
https://reviews.llvm.org/D65250
More information about the cfe-commits
mailing list