summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove GetASTContext call in ClangPersistentVariablesRaphael Isemann2019-12-281-2/+10
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-181-0/+11
* Revert "[lldb] Move redundant persistent variable counter to ClangPersistentV...Adrian Prantl2019-08-271-10/+0
* [lldb][NFC] Fix documentation for ClangPersistentVariables::m_next_persistent...Raphael Isemann2019-08-051-2/+2
* [lldb][NFC] Clang format GetNextPersistentVariableName signatureRaphael Isemann2019-08-051-1/+1
* [lldb] Move redundant persistent variable counter to ClangPersistentVariablesRaphael Isemann2019-08-051-2/+12
* [Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDeclAlex Langford2019-06-121-0/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-1/+1
* 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
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-3/+2
* Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl2018-04-301-9/+4
* Move the persistent variable counter into TargetAdrian Prantl2018-04-301-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-67/+60
* Removed an override of LookupSymbol that mistakenly disabled it for Clang.Sean Callanan2016-03-281-3/+0
* Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan2016-03-191-6/+6
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-12/+12
* Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan2015-10-011-4/+4
* Changed PersistentExpressionState to allow symbol lookups. Clang doesn'tSean Callanan2015-10-011-0/+3
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-3/+15
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+91
OpenPOWER on IntegriCloud