summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectCast.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused and undocumented data_offset parameter (NFC)Adrian Prantl2019-08-081-1/+1
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-2/+2
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-1/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-3/+3
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-17/+6
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-2/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-82/+57
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-2/+3
* Fix a problem where LLDB could sometimes try to get the size of an Objective-...Enrico Granata2015-10-141-1/+2
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-3/+3
* Purge a few places where *LanguageRuntime.h was being used when it Jim Ingham2015-09-031-1/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-5/+5
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-5/+5
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-081-1/+1
* Huge change to clean up types.Greg Clayton2013-07-111-14/+11
* <rdar://problem/13421412>Greg Clayton2013-03-141-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Moving ValueObjectCast over to its own .h/.cpp files instead of sharing Value...Enrico Granata2012-10-271-0/+132
OpenPOWER on IntegriCloud