Please remove the FIXME from dr0xx.cpp. I'm not sure the changes to p2-resolve-single-template-id.cpp are right -- we should have resolved the name to a single static member function in those cases. EDG thinks those cases are valid.
On Fri, Jun 7, 2013 at 9:20 PM, David Majnemer <[email protected]> wrote: > Sorry, I accidentally forgot to mark the test as passing in dr0xx.cpp. > > An updated patch is attached. > > -- > David Majnemer > > > On Fri, Jun 7, 2013 at 9:15 PM, David Majnemer <[email protected]> > wrote: >> >> clang currently disallows bound methods from having their address taken >> but sometimes allows them if the method is overloaded in some way. >> >> The attached patch implements DR61 [*] which affirms that expressions >> containing unresolved member access should be disallowed when performing >> "address of" operations. >> >> >> [*] http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#61 >> >> Thanks >> -- >> David Majnemer > > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
