aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/StringMap.cpp
AgeCommit message (Expand)Author
2007-02-11Add support for removing elements out of StringMap.Chris Lattner
2007-02-11Replace the ugly FindValue method with STL-like find methods.Chris Lattner
2007-02-11remove support for stringmap visitors now that iterators exist.Chris Lattner
2007-02-11add support for iterators.Chris Lattner
2007-02-08Rename CStringMap -> StringMap, since it now supports nul characters in theChris Lattner
2007-02-08Allow cstringmap to contain strings with nul characters in them.Chris Lattner
2007-01-06wow, the link was already broken :)Chris Lattner
2007-01-06add a noteChris Lattner
2006-10-29add a highly efficient hash table that is specialized for mapping C stringsChris Lattner