summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Simplify CompilerType constructors/destructors and fix unused var...Raphael Isemann2020-01-011-2/+0
* [lldb][NFC] Remove GetASTContext call in ClangPersistentVariablesRaphael Isemann2019-12-281-20/+18
* [lldb][NFC] Document and refactor ClangPersistentVariables::RemovePersistentV...Raphael Isemann2019-08-051-4/+16
* [lldb][NFC] Fix documentation for ClangPersistentVariables::m_next_persistent...Raphael Isemann2019-08-051-2/+1
* [Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDeclAlex Langford2019-06-121-0/+16
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-3/+3
* 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-9/+0
* Move the persistent variable counter into TargetAdrian Prantl2018-04-301-2/+4
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-57/+49
* Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan2016-03-191-7/+17
* Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan2015-10-011-4/+4
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-1/+1
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+84
OpenPOWER on IntegriCloud