[PATCH] D69223: WDocumentation: Implement the \anchor.

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 3 04:41:31 PST 2019


gribozavr2 accepted this revision.
gribozavr2 added a comment.
This revision is now accepted and ready to land.

With that last comment, LGTM. Do you have commit access?



================
Comment at: clang/lib/AST/TextNodeDumper.cpp:493
+  case comments::InlineCommandComment::RenderAnchor:
+    OS << " RenderAnchor";
+    break;
----------------
Please add a test for this one to clang/test/Index/comment-to-html-xml-conversion.cpp (search for RenderEmphasized in that file).


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

https://reviews.llvm.org/D69223





More information about the cfe-commits mailing list