[llvm-bugs] [Bug 25848] Crash with Unhandled DeclRefExpr when using inline friend functions, templates, and member pointers

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Oct 6 00:33:38 PDT 2016


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

Serge Pavlov <sepavloff at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |sepavloff at gmail.com
         Resolution|---                         |FIXED

--- Comment #2 from Serge Pavlov <sepavloff at gmail.com> ---
After changes made in r283207 clang does not crash anymore. It issues a warning
that inline function `g()` is not defined, so cannot be built. Instantiation of
`struct R` would provide the definition.

-- 
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/20161006/b15b740f/attachment.html>


More information about the llvm-bugs mailing list