Allow cstringmap to contain strings with nul characters in them.
authorChris Lattner <sabre@nondot.org>
Thu, 8 Feb 2007 19:08:37 +0000 (19:08 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Feb 2007 19:08:37 +0000 (19:08 +0000)
commitee182422ff0b638b17c5ee802c19b8680107c2bb
tree69cad132da9557161604b1db2c59712e83a2b93c
parent98a030c4680b984a06abf79273873295c7634cd7
Allow cstringmap to contain strings with nul characters in them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34062 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/CStringMap.h
include/llvm/ADT/StringMap.h
lib/Support/CStringMap.cpp
lib/Support/StringMap.cpp