summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/StringLexer.cpp
AgeCommit message (Expand)Author
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-07-22[lldb] Eliminate unneeded value parameters in Utility (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-21[NFC] Remove lldb_utility namespace.Jonas Devlieghere
2019-05-15Delete unnecessary copy ctors/copy assignment operatorsFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-04-19[Utility/StringLexer] Remove dead code.Davide Italiano
2017-04-06iwyu fixes on lldbUtility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-11-14Removed a couple of static helpers in the data formatters, replaced with new ...Enrico Granata
2014-11-10Cleaned up the StringLexer a little bit. It turnsSean Callanan
2014-08-23I forgot to include the header file for std::find, and that's breaking the Li...Enrico Granata
2014-08-23Fix a couple of potential issues in the lexer where we were ignoring the putb...Enrico Granata
2014-08-07Add a StringLexer utility class that can be used when you have string data th...Enrico Granata