[clang] [Clang][Comments] Allow HTML tags across multiple lines (PR #120843)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 15 09:36:32 PST 2025
Nerixyz wrote:
> but I do wonder if this is a part of the compiler that could benefit from some fuzzing to help shake out parsing issues.
That's probably a good idea. I'm not sure how fuzzing works in Clang. At least having `-Wdocumentation` on while fuzzing would be good (assuming the fuzzer generates comments).
---
One thing that's still missing from comment parsing is the ability to skip HTML comments (`<!-- ... -->`). I could make a followup PR for this.
https://github.com/llvm/llvm-project/pull/120843
More information about the cfe-commits
mailing list