[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:56:35 PDT 2022
egorzhdan updated this revision to Diff 456674.
egorzhdan added a comment.
- Add tests for conversion of doc comments to HTML/XML
- Fix a bug in `StringRef` -> `CXString` conversion logic for an empty
string
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132932/new/
https://reviews.llvm.org/D132932
Files:
clang/lib/AST/CommentLexer.cpp
clang/test/Index/comment-to-html-xml-conversion.cpp
clang/test/Sema/warn-documentation.cpp
clang/tools/libclang/CXString.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132932.456674.patch
Type: text/x-patch
Size: 7460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220830/cda17c00/attachment.bin>
More information about the cfe-commits
mailing list