Add a version of AddString that takes a const char* so we can avoid extraneous
authorOwen Anderson <resistor@mac.com>
Tue, 1 Jul 2008 23:49:59 +0000 (23:49 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 1 Jul 2008 23:49:59 +0000 (23:49 +0000)
commit72e61b85017286418ca5266c2ff7b88782e2fe00
tree784ba87f8e823d2c4bce49917abdb0ea39a8889c
parentaa8f8889a861aadc061aec71fb7ed7f628848a2d
Add a version of AddString that takes a const char* so we can avoid extraneous
conversions to std::string.

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