Commits
Joe Groff committed 589fe7f930d
Reflection: Move the less magic parts into Swift. Only the bits that actually need to grovel metadata really need to be written in C++, so define away hopefully most of the potential for memory safety or corruption bugs from screwing up calling convention matchups by moving most of the magic mirror implementations into pure Swift. Swift SVN r15180