[PATCH] [libcxx] type_info support for MSVC

Agustín Bergé kaballo86 at hotmail.com
Fri Aug 29 16:37:32 PDT 2014


Hi mclow.lists, EricWF,

Adds type_info support for MSVC. Note that it is expected in the global namespace.

I have implemented some of the member functions in exception.cpp because they have a dependency on string or cstring. Suggestions on how to implement them inline are welcomed (note no __builtin_strcmp in MSVC).

http://reviews.llvm.org/D5133

Files:
  include/typeinfo
  src/typeinfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5133.13118.patch
Type: text/x-patch
Size: 2017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140829/fa7c0f51/attachment.bin>


More information about the cfe-commits mailing list