[PATCH] Emit void type as unspecified type with name "void"

Eric Christopher echristo at gmail.com
Fri Mar 22 15:07:10 PDT 2013


What Dave said and a couple more:

a) What testing did you do for this? Run make check? Test against gdb? Test
against lldb?
b) Speaking of adding standard-ese to some comments,, please make the
comment on return types for functions reference the non-normative text in
3.3.2.

-eric


On Fri, Mar 22, 2013 at 2:33 PM, Adrian Prantl <aprantl at apple.com> wrote:

> According to section 5.2 of the DWARF4 standard, the void type
> should be represented as an unspecified type with the name "void”.
> (Before this we would emit an empty type and let the debugger guess the
> name).
>
> Fix for rdar://problem/13291085
>
> thanks,
> Adrian
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130322/3156103d/attachment.html>


More information about the cfe-commits mailing list