[LLVMbugs] [Bug 13411] Comment parsing: failed assertion on unterminated verbatim block
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jul 20 13:20:34 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13411
Dmitri Gribenko <gribozavr at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Platform|PC |All
Resolution| |FIXED
--- Comment #1 from Dmitri Gribenko <gribozavr at gmail.com> 2012-07-20 15:20:34 CDT ---
Fixed in r160568.
@code, according to Doxygen, is a starting command of a verbatim code block
(clearly not something that comment author intended -- seems like they didn't
use Doxygen).
The assertion was wrong in case we have a verbatim block without a closing
command.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list