summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/DataEncoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-286/+0
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-198/+150
* Remove unnecessary <limits> includes.Jim Ingham2016-03-151-1/+0
* Let's not convert from UINT32_MAX to the std::numeric_limits version.Jim Ingham2016-03-121-7/+7
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-021-36/+37
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-5/+5
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-7/+7
* Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtracto...Greg Clayton2013-03-211-26/+0
* Forgot to write out the NULL terminator when putting C string value intoGreg Clayton2011-09-011-1/+1
* Added a DataEncoder class for the new IR evaluation expression parser so itGreg Clayton2011-09-011-0/+361
OpenPOWER on IntegriCloud