On Wed, Dec 2, 2009 at 9:15 AM, Anders Carlsson <[email protected]> wrote: > Author: andersca > Date: Wed Dec 2 11:15:43 2009 > New Revision: 90327 > > URL: http://llvm.org/viewvc/llvm-project?rev=90327&view=rev > Log: > In Sema, whenever we think that a function is going to cause a vtable to be > generated, we mark any virtual implicit member functions as referenced.
Two questions: 1. Does this mean r90283 should be reverted? 2. Why just implicit virtual member functions? Why not all virtual member functions? (This affects PR5557.) -Eli _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
