OSDN Git Service

Add an API for strings with possible NULLs in the middle. Refactor the other
authorNick Lewycky <nicholas@mxc.ca>
Sat, 7 Feb 2009 04:57:08 +0000 (04:57 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 7 Feb 2009 04:57:08 +0000 (04:57 +0000)
commitf996831427009c5abe37f0af9d9632ef60f181e2
tree765c3b858ea2a592ad7bd4259c6b82112dc80a22
parentf344d83d3956255382b43690a147e1ce26b9fcd8
Add an API for strings with possible NULLs in the middle. Refactor the other
two AddString methods to use it.

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