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

Dimitry Andric <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #3 from Dimitry Andric <[email protected]> ---
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to