Add version of StringsEqualNoCase that takes two null-terminated C-strings and compar...
authorTed Kremenek <kremenek@apple.com>
Sat, 21 Feb 2009 18:25:30 +0000 (18:25 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 21 Feb 2009 18:25:30 +0000 (18:25 +0000)
commit07bf7efa0ac1f7ca8ca57a675dd8c6e2c52df73a
tree75500105a7e8e7f72795a39d583e40d16c57c6a8
parentb5bd026a756d8650f2a94607c9b1dc34cf1c024a
Add version of StringsEqualNoCase that takes two null-terminated C-strings and compares up to 'len' characters.  I tend to screw up string comparison functions, so anyone who is interested please review this\!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65236 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringExtras.h