[PATCH] D28212: typeinfo: provide a partial implementation for Win32
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 2 16:43:33 PST 2017
EricWF added a comment.
I would really rather see a single definition of the `typeinfo` class between all platforms, but I see how that could get messy. How about instead of declaring a new one we use the existing class definition, but move all of the method definitions out-of-line and then define them in their own `#ifdef` blocks?
Repository:
rL LLVM
https://reviews.llvm.org/D28212
More information about the cfe-commits
mailing list