summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing nullptr checks.Adrian Prantl2020-01-101-6/+4
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+2
* Ignore generated @import statements in the expression evaluatorRaphael Isemann2019-09-241-2/+5
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-181-14/+19
* Add offsetof support to expression evaluator.Raphael Isemann2019-07-181-0/+3
* [lldb] Fix handling of dollar characters in expr commandRaphael Isemann2019-07-101-31/+79
* Fixed some minor style issues in rLLDB359921 [NFC]Raphael Isemann2019-05-031-4/+4
* Fix for ambiguous lookup in expressions between local variable and namespaceShafik Yaghmour2019-05-031-13/+27
* Inject only relevant local variables in the expression evaluation contextRaphael Isemann2019-05-021-7/+48
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-261-2/+1
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-121-10/+25
* Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...Jim Ingham2019-03-061-0/+380
OpenPOWER on IntegriCloud