On Mar 29, 2013, at 4:58 PM, Reid Kleckner <[email protected]> wrote: > Any thoughts on this? Is it better to put these methods in > AST/MicrosoftCXXABI.cpp or AST/Types.cpp?
Having a convenience method on MemberPointerType makes sense, but I would put the primary implementation on CXXRecordDecl. Defining both in MicrosoftCXXABI.cpp sounds fine to me. John. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
