[PATCH] D28212: typeinfo: provide a partial implementation for Win32
Saleem Abdulrasool via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 12 20:57:31 PDT 2017
compnerd added a comment.
I'm happy to pick this up again. LMK what needs to be addressed. AFAIK, no constructors will be invoked as the class is just a wrapper over static data so we don't need the constructors. I would rather do the undecorating stuff in a follow-up.
https://reviews.llvm.org/D28212
More information about the cfe-commits
mailing list