[llvm-bugs] [Bug 32909] -fcomment-block-commands wrongly assumes that those commands take paragraphs as arguments

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Nov 9 09:55:31 PST 2021


https://bugs.llvm.org/show_bug.cgi?id=32909

Aaron Puchert <aaronpuchert at alice-dsl.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aaronpuchert at alice-dsl.net
             Status|NEW                         |RESOLVED
           Assignee|unassignedclangbugs at nondot. |aaronpuchert at alice-dsl.net
                   |org                         |
 Fixed By Commit(s)|                            |196554d42d329e45363afe2293d
                   |                            |1fc19de75673d
         Resolution|---                         |FIXED

--- Comment #1 from Aaron Puchert <aaronpuchert at alice-dsl.net> ---
Should be fixed with https://reviews.llvm.org/D111190.

(In reply to Mitchell Blank Jr from comment #0)
> There are lots of doxygen commands that don't take arguments, so
> "-fcomment-block-commands" shouldn't be making assumptions about what type
> of arguments such a command would take.
Note the "block" in -fcomment-block-commands: these are commands that take a
block, in https://www.doxygen.nl/manual/commands.html denoted by curly braces.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20211109/6fa9e0b8/attachment.html>


More information about the llvm-bugs mailing list