summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/StringLexer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed a couple of static helpers in the data formatters, replaced with new ↵Enrico Granata2014-11-141-0/+42
| | | | | | general logic in StringLexer llvm-svn: 222058
* Cleaned up the StringLexer a little bit. It turnsSean Callanan2014-11-101-25/+11
| | | | | | | | | | | out we only want to roll back text that was in the buffer to begin with, so it's not necessary to provide a pushback stack. I'm going to use this slightly cleaner API to perform lookahead for the Objective-C runtime type parser. llvm-svn: 221640
* I forgot to include the header file for std::find, and that's breaking the ↵Enrico Granata2014-08-231-0/+2
| | | | | | Linux build. Push a fix out. Patch suggested by Paul Osmialowski and Randy Smith llvm-svn: 216323
* Fix a couple of potential issues in the lexer where we were ignoring the ↵Enrico Granata2014-08-231-1/+7
| | | | | | putback data llvm-svn: 216304
* Add a StringLexer utility class that can be used when you have string data ↵Enrico Granata2014-08-071-0/+93
that needs to be parsed - I don't think such a general purpose facility is part of LLVM, and I am going to need this, so just add it to lldb_utility llvm-svn: 215133
OpenPOWER on IntegriCloud