================
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



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to