[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 08:38:40 PDT 2022
gribozavr2 added inline comments.
================
Comment at: clang/tools/libclang/CXString.cpp:85
+ if (String.empty())
+ return createEmpty();
+
----------------
Please split this change into a separate patch and add a unit test.
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