summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix undefined behavior when having fixits in undefined top level exprsRaphael Isemann2019-09-251-1/+4
* [lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2019-09-241-31/+50
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-181-11/+11
* Reland "[lldb][NFC] Make ApplyObjcCastHack less scary"Raphael Isemann2019-09-171-9/+5
* Revert "[lldb][NFC] Make ApplyObjcCastHack less scary"Jim Ingham2019-09-171-5/+9
* [lldb][NFC] Make ApplyObjcCastHack less scaryRaphael Isemann2019-09-161-9/+5
* [lldb][NFC] Make include directories in Clang expression parser a std::stringRaphael Isemann2019-09-111-1/+1
* Detect HAVE_SYS_TYPES_H in lldbHaibo Huang2019-08-071-0/+2
* [lldb][NFC] Remove unnecessary cast in ClangUserExpressionRaphael Isemann2019-08-061-5/+3
* [lldb][NFC] Refactor ClangUserExpression::UpdateLanguageForExprRaphael Isemann2019-08-051-12/+16
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-16/+8
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Inject only relevant local variables in the expression evaluation contextRaphael Isemann2019-05-021-6/+8
* Replace local utility class OnExit with llvm::scope_exit (NFC)Tatyana Krasnukha2019-04-261-17/+4
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-261-1/+1
* Minor code style fix in ClangUserExpression.cpp [NFC]Raphael Isemann2019-04-241-2/+1
* Shorten comment line to be below 80 characters [NFC]Raphael Isemann2019-04-241-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl2019-03-131-1/+1
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-121-5/+73
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-4/+4
* Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...Jim Ingham2019-03-061-3/+4
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-4/+4
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-6/+4
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-7/+40
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Refactor ClangUserExpression::GetLanguageForExprRaphael Isemann2018-09-271-18/+12
* Change type of m_user_expression_start_pos to size_tRaphael Isemann2018-09-221-1/+1
* Reland [ClangUserExpression][NFC] Removed unused codeRaphael Isemann2018-09-061-3/+1
* Revert "[ClangUserExpression][NFC] Removed unused code"Raphael Isemann2018-09-061-0/+4
* [ClangUserExpression][NFC] Removed unused codeDavid Bolvansky2018-09-031-4/+0
* Use a CompletionRequest in the expression command completion [NFC]Raphael Isemann2018-08-301-2/+3
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-301-0/+123
* Refactor ClangUserExpression::Parse [NFC]Raphael Isemann2018-07-101-30/+56
* Refactor OnExit utility class in ClangUserExpressionRaphael Isemann2018-06-191-24/+15
* Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl2018-04-301-1/+3
* Move the persistent variable counter into TargetAdrian Prantl2018-04-301-4/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-20/+16
* Remove some unused function calls from ClangUserExpression.cppStephane Sezer2017-10-241-1/+0
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix spelling mistake.Jason Molenda2017-02-211-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Make DiagnosticsManager functions take StringRefs.Zachary Turner2016-11-121-14/+14
* Convert some Expression parser functions to StringRef.Zachary Turner2016-11-081-4/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-568/+525
* Removed the redundant "%d errors parsing expression" error. Nobody keeps score.Sean Callanan2016-06-301-2/+0
* Don't omit `this' from expression args if it couldn't be read, but warn loudly.Sean Callanan2016-06-221-5/+4
* [fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-291-1/+1
* Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath2016-04-281-1/+1
OpenPOWER on IntegriCloud