[PATCH] D132932: [Clang][Comments] Parse `<img src=""/>` in doc comments correctly

Egor Zhdan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 30 07:57:14 PDT 2022


egorzhdan marked an inline comment as done.
egorzhdan added inline comments.


================
Comment at: clang/test/Sema/warn-documentation.cpp:78
+/// Aaa bbb<img src="" />
+int test_html_img4(int);
+
----------------
gribozavr2 wrote:
> Could you also add these tests to clang/test/Index/comment-to-html-xml-conversion.cpp to show that the whole tag is captured correctly? (for example, the ">" is correctly captured as a part of the tag, not as plain text)
Thanks, added a few tests there.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132932



More information about the cfe-commits mailing list