[PATCH] D132932: [Clang][Comments] Parse `<img src=""/>` in doc comments correctly
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 30 05:17:05 PDT 2022
gribozavr2 added inline comments.
================
Comment at: clang/test/Sema/warn-documentation.cpp:78
+/// Aaa bbb<img src="" />
+int test_html_img4(int);
+
----------------
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)
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