This is an archive of the discontinued LLVM Phabricator instance.

[clang-doc] Fix html entities in rendered text
ClosedPublic

Authored by DiegoAstiazaran on Jul 22 2019, 12:24 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

Eugene.Zelenko added inline comments.
clang-tools-extra/clang-doc/HTMLGenerator.cpp
181 ↗(On Diff #211166)

There is printHTMLEscaped() in ADT/StringExtras.h. May b it could be used or common code moved into other function in ADT/StringExtras.h?

DiegoAstiazaran marked an inline comment as done.
DiegoAstiazaran edited the summary of this revision. (Show Details)

Use printHTMLEscaped() in ADT/StringExtras.h to write HTML entities.

This revision is now accepted and ready to land.Jul 23 2019, 2:43 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2019, 1:16 PM