================
Comment at: include/typeinfo:164-165
@@ +163,4 @@
+ _LIBCPP_INLINE_VISIBILITY
+ const char* name() const _NOEXCEPT
+ {return __type_name;}
+
----------------
majnemer wrote:
> 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?
Should it be demangled? It is a lot of trouble for little benefit, given that
the implementation is conformant as is.
http://reviews.llvm.org/D5133
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits