[llvm-bugs] [Bug 42485] clang++ 7.0.1 segfaults when parsing template

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jul 3 12:47:26 PDT 2019


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

Dimitry Andric <dimitry at andric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dimitry at andric.com
         Resolution|---                         |FIXED

--- Comment #3 from Dimitry Andric <dimitry at andric.com> ---
This segfault is actually an assertion:

Assertion failed: (i < getNumParams() && "Illegal param #"), function
getParamDecl, file tools/clang/include/clang/AST/Decl.h, line 2285.

It was fixed by https://reviews.llvm.org/rC358134.

-- 
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/20190703/9197648d/attachment.html>


More information about the llvm-bugs mailing list