summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ExpressionVariable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[lldb] Move redundant persistent variable counter to ClangPersistentV...Adrian Prantl2019-08-271-0/+10
* [lldb] Move redundant persistent variable counter to ClangPersistentVariablesRaphael Isemann2019-08-051-10/+0
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-11/+7
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl2018-04-301-0/+11
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-65/+57
* Collect IRExecutionUnits as part of persistent expression state.Sean Callanan2016-03-211-0/+54
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-0/+4
* This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan2015-09-041-0/+21
* In preparation for factoring persistent variables into a generic part and aSean Callanan2015-09-031-0/+11
OpenPOWER on IntegriCloud