1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 08:23:21 +01:00
llvm-mirror/include
Bill Wendling 71f808dfa2 * Don't explicitly cast "0" to "void*". This doesn't work well with specialized
StringMapEntryInitializer classes. Leave it for the compiler to figure out what
 the type is and what "0" should be transformed into.

* Un-disable the unit tests which test the StringMapEntryInitializer class.

llvm-svn: 61922
2009-01-08 08:26:46 +00:00
..
llvm * Don't explicitly cast "0" to "void*". This doesn't work well with specialized 2009-01-08 08:26:46 +00:00
llvm-c Add dyn_cast_or_null bindings for some additional classes missed in r61252. 2008-12-19 18:51:17 +00:00