[PATCH] D63666: [clang-doc] Add templates to HTML generator

Diego Astiazarán via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 21 17:15:05 PDT 2019


DiegoAstiazaran updated this revision to Diff 206103.
DiegoAstiazaran marked 4 inline comments as done.
DiegoAstiazaran added a comment.

Add FIXME comments for llvm::SmallString to std::string transition.
Add check so ParagraphComment template is not generated if its content would be empty.
Fix the VerbatimBlockComment template, open/close commands shouldn't be rendered.
Remove empty assignments in string declarations.


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

https://reviews.llvm.org/D63666

Files:
  clang-tools-extra/clang-doc/CMakeLists.txt
  clang-tools-extra/clang-doc/HTMLGenerator.cpp
  clang-tools-extra/clang-doc/HTMLTemplates.cpp
  clang-tools-extra/clang-doc/HTMLTemplates.h
  clang-tools-extra/unittests/clang-doc/HTMLGeneratorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63666.206103.patch
Type: text/x-patch
Size: 36692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190622/afbe0b3d/attachment-0001.bin>


More information about the cfe-commits mailing list