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



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

Reply via email to