Thanks, Anders. May I check in the changes in the enclosed patch?
Thanks. -John On Mon, Nov 1, 2010 at 5:10 PM, Anders Carlsson <[email protected]> wrote: > > Nov 1, 2010 kl. 5:05 PM skrev John Thompson: > > > I need a way easily check to make sure a function has no virtual > functions, or other stuff that would inject extra stuff into an object or > structure, as part of the validation for the vecreturn attribute. How do I > do it? > > Hi John, > > CXXRecordDecl::isDynamicClass() checks if the class has a vtable (either > virtual functions or virtual bases). > > - Anders > > -- John Thompson [email protected]
vecreturn5.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
