r281057 - [DebugInfo] Ensure complete type is emitted with -fstandalone-debug

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 12 17:11:45 PDT 2016


On Mon, Sep 12, 2016 at 11:41 AM, David Blaikie <dblaikie at gmail.com> wrote:

> (idle thought: It'd be good to make the code common between the first time
> a type is encountered, and the later callbacks when the type is completed,
> required to be complete, vtable is emitted, etc - the inconsistency here (&
> it's spread out through several functions: complete[Required]Type,
> shouldOmitDefinition, isDefinedInClangModule, etc) is a bit
> problematic/error prone)
>

I went for that in r281278.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160912/36c8ed64/attachment.html>


More information about the cfe-commits mailing list