ilovepi wrote:

> > If you click on it, you'll see some oddly broken up RUN lines from the lit 
> > test. I'm not sure if that's something that already existed as a bug 
> > (likely) or something new.
> 
> When clang-doc is run on the example C++ code in the tests, the `// RUN` 
> lines are treated as actual comments when its parsed and during visitation, 
> so that's why they're rendered as comments in the HTML output.

That feels like an issue for us ... is there some way to differentiate between 
comments and doc comments? I feel like these shouldn't be getting mixed up. I 
also thought we had tests explicitly for that, but maybe I'm wrong about that.

Since that's a separate issue, we can follow up on it later though.

https://github.com/llvm/llvm-project/pull/171899
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to