[PATCH] D43295: Render https producers as HTML hyperlinks too.
Chris Matthews via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 10:34:01 PST 2018
cmatthews requested changes to this revision.
cmatthews added a comment.
This revision now requires changes to proceed.
Since there is already a regex here, how about using a capture group on the protocol as well, then placing it back on the generated URL?
https://reviews.llvm.org/D43295
More information about the llvm-commits
mailing list