Commits
Joe Groff committed 08b6f87524b
Add 'typeof' to value witness tables. To be able to get the dynamic type of a generic value, the 'typeof' operation needs to be part of the value witness for the type. Add 'typeof' to the value witness table layout, and in the runtime, provide standard typeof witnesses for static, Swift class, and ObjC class values. Swift SVN r5013