aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/StringRef.cpp
Commit message (Expand)AuthorAgeFilesLines
* Workaround what I believe is an MSVC bug where it emits a definition for aDaniel Dunbar2009-09-221-0/+3
* simplify as daniel suggestsChris Lattner2009-09-201-16/+9
* move a couple non-trivial methods out of line, add new Chris Lattner2009-09-201-0/+71
* add some more overloads of StringRef::getAsInteger forChris Lattner2009-09-191-0/+45
* provide a "strtoull" operation that works on StringRef's.Chris Lattner2009-09-191-0/+63
* Add StringRef::{rfind, rsplit}Daniel Dunbar2009-09-161-0/+13