[llvm] r339450 - [MS Demangler] Add conversion operator tests.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 10 13:08:24 PDT 2018


On Fri, Aug 10, 2018 at 9:56 AM Zachary Turner via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

>
> +i; CHECK: nt * __thiscall CompoundTypeOps::operator int *(void)
>
>
The error is this malformed CHECK line.  I thought it seemed suspicious
since this CL contained only new CHECK lines and not any code changes, so
it couldn't have been a new bug introduced in the code.  But this exposed
an issue where we crash on user input.  I'll fix that in a followup after
resubmitting these tests with a properly constructed CHECK line.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180810/1f119067/attachment.html>


More information about the llvm-commits mailing list