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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to