This is an archive of the discontinued LLVM Phabricator instance.

[sancov] html report
ClosedPublic

Authored by aizatsky on Jan 13 2016, 3:45 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

aizatsky updated this revision to Diff 44807.Jan 13 2016, 3:45 PM
aizatsky retitled this revision from to [sancov] html report.
aizatsky updated this object.
aizatsky added a project: Restricted Project.
aizatsky added a subscriber: llvm-commits.
krasin edited edge metadata.Jan 13 2016, 4:20 PM

LGTM

tools/sancov/sancov.cc
413 ↗(On Diff #44813)

I assume that we don't have security implications here, as the input is not under a stranger control, and this escaping is just to make stuff working.

kcc accepted this revision.Jan 13 2016, 4:21 PM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 13 2016, 4:21 PM

thanks. submitting.

tools/sancov/sancov.cc
413 ↗(On Diff #44813)

Yep. This is simply to put source code inside pre and not confuse the browser with < > & etc.

This revision was automatically updated to reflect the committed changes.