When using clang-doc --format=html it will crash on startup because of an assertion doing a self-assignment of a SmallString. This patch removes the self-assignment by creating an intermediate copy.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This is LGTM, but can you add a tag to the summary title/commit message? ie. [clang-doc] Fix assert on startup in clang-doc