summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/LLVMUserExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann2019-11-121-6/+6
* [lldb][NFC] Make LLVMUserExpression::DoExecute return earlyRaphael Isemann2019-10-291-144/+142
* [Expression] Remove unused header from LLVMUserExpressionAlex Langford2019-09-091-1/+0
* [lldb][NFC] Move Clang-specific flags to ClangUserExpressionRaphael Isemann2019-08-301-3/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-9/+7
* [NFC] Remove instances of unused ClangASTContext headerAlex Langford2019-07-191-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl2019-03-131-2/+4
* Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...Jim Ingham2019-03-061-1/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-12/+9
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-4/+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-3/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-3/+2
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Fix warnings from clang build on macOS.Bruce Mitchener2017-03-231-1/+2
* Initialize m_allow_cxx, m_allow_objc. These ivars in the base class are not Jason Molenda2017-03-211-0/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Make DiagnosticsManager functions take StringRefs.Zachary Turner2016-11-121-7/+7
* Convert some Expression parser functions to StringRef.Zachary Turner2016-11-081-4/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-287/+283
* [fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-291-1/+0
* Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath2016-04-281-0/+1
* Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-281-1/+0
* Breakpoint conditions were making result variables, which they should not do. Jim Ingham2016-04-121-3/+3
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-34/+53
* Fix bug with function resolution when using IR InterpreterTed Woodward2016-03-011-1/+1
* AddInitialArguments -> AddArguments, and we pass in the struct_address and pu...Jim Ingham2015-11-051-8/+4
* Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...Jim Ingham2015-11-041-5/+15
* Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham2015-11-031-3/+7
* Create an expression parser for Go.Ryan Brown2015-11-021-0/+353
OpenPOWER on IntegriCloud