You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't have the concept of a zero-argument command yet, but I guess it would be easy to introduce. There are other commands that take no argument but that I treated as VerbatimLineCommand because they're typically on a line of their own (like \private).
Thanks @aaronpuchert - this is the only remaining blocker for #35297 - unfortunately we can't easily replace \n with <br> in the code snippets included in the headers without causing issues downstream
https://clang.godbolt.org/z/fqncE8MT6
We can use
<br>
to start a newline in a description, but\n
gives a warning:CC'ing @aaronpuchert as this will hopefully just be a minor extension to https://reviews.llvm.org/D111190
The text was updated successfully, but these errors were encountered: