[PATCH] D65107: [clang-doc] Fix html entities in rendered text

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 13:35:04 PDT 2019


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/clang-doc/HTMLGenerator.cpp:181
 
+std::string TextNode::getHTMLEntity(const char &C) {
+  switch (C) {
----------------
There is printHTMLEscaped() in ADT/StringExtras.h. May b it could be used or common code moved into other function in ADT/StringExtras.h?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65107/new/

https://reviews.llvm.org/D65107





More information about the cfe-commits mailing list