* Don't explicitly cast "0" to "void*". This doesn't work well with specialized
authorBill Wendling <isanbard@gmail.com>
Thu, 8 Jan 2009 08:26:46 +0000 (08:26 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 8 Jan 2009 08:26:46 +0000 (08:26 +0000)
commit38593664b02bca98904c4b1883b0a489b5aaacbe
treec2e2b814e9f310a30b3a2deefb7ca680fcd77576
parente5d7178b82b6cb2f2008f8e04a33ca0e47603baf
* 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61922 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringMap.h
unittests/ADT/StringMapTest.cpp