[llvm-bugs] [Bug 39981] Regression: TypeLoc.getTypePtr() crashes while parsing a certain piece of C++ code
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Dec 21 09:35:52 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=39981
Dimitar Dobrev <dpldobrev at protonmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|CONFIRMED |RESOLVED
--- Comment #10 from Dimitar Dobrev <dpldobrev at protonmail.com> ---
This turns out to be a problem in our code, it needed to be updated to match
the new behaviour. We now use getCanonicalTypeInternal instead of desugar.
--
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/20181221/77d51b40/attachment.html>
More information about the llvm-bugs
mailing list