provide a "strtoull" operation that works on StringRef's.
authorChris Lattner <sabre@nondot.org>
Sat, 19 Sep 2009 19:47:14 +0000 (19:47 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 19 Sep 2009 19:47:14 +0000 (19:47 +0000)
commitcea1438cf59c7cd3a632d61d78e68589315510d3
tree59ff6f2ac9629a3a80cafa04852f75b6b5f734ad
parentc2fc1fec6c8c5360828aa778e8fcc446bb9c6ae9
provide a "strtoull" operation that works on StringRef's.

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