Move true/false StringRef helper to StringExtras
authorAlp Toker <alp@nuanti.com>
Mon, 27 Jan 2014 04:07:36 +0000 (04:07 +0000)
committerAlp Toker <alp@nuanti.com>
Mon, 27 Jan 2014 04:07:36 +0000 (04:07 +0000)
commit810a9cffb4c926c73e9aed78a7cc117a1abeeebe
tree1713378e74df980daa4384da3ebd3d31de9ebe99
parentbad91954cf7c2caae19728bed33729a390d88725
Move true/false StringRef helper to StringExtras

StringRef is a low-level data wrapper that shouldn't know about language
strings like 'true' and 'false' whereas StringExtras is just the place for
higher-level utilities.

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