[cfe-commits] patch: codegen nolinkage static data members as globals

Richard Smith richard at metafoo.co.uk
Wed Jan 9 17:37:36 PST 2013


On Wed, Jan 9, 2013 at 5:00 PM, Nick Lewycky <nlewycky at google.com> wrote:
> The attached patch fixes PR14825 by adjusting codegen to deal with NoLinkage
> globals. Please review!

OK, since the jury is still out on the correct semantics here, this
patch LGTM to fix the crash. Please add a definition for
Inner<T>::member to the testcase, though, since it's currently
ill-formed (NDR).



More information about the cfe-commits mailing list