[PATCH] [libcxx] type_info support for MSVC
David Majnemer
david.majnemer at gmail.com
Fri Aug 29 19:05:27 PDT 2014
================
Comment at: include/typeinfo:164-165
@@ +163,4 @@
+ _LIBCPP_INLINE_VISIBILITY
+ const char* name() const _NOEXCEPT
+ {return __type_name;}
+
----------------
This name isn't demangled. We can't call `UnDecorateSymbolName`, it's only available if dbghelp.dll is present.
Perhaps libc++abi should have a demangler?
http://reviews.llvm.org/D5133
More information about the cfe-commits
mailing list