summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h
AgeCommit message (Expand)Author
2022-07-22[LLDB][ClangExpression] Allow expression evaluation from within C++ LambdasMichael Buch
2021-06-11Revert "[lldb] Add support for evaluating expressions in static member functi...Raphael Isemann
2021-04-22[lldb] Add support for evaluating expressions in static member functionsRaphael Isemann
2021-02-24[lldb] Support debugging utility functionsJonas Devlieghere
2020-06-01[lldb][NFC] Make ClangExpressionSourceCode's wrapping logic more consistentRaphael Isemann
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-09-24Ignore generated @import statements in the expression evaluatorRaphael Isemann
2019-09-18[lldb] Print better diagnostics for user expressions and modulesRaphael Isemann
2019-08-06[lldb][NFC] Minor refactorings to (Clang)ExpressionSourceCodeRaphael Isemann
2019-08-05[lldb][NFC] Remove unimplemented ClangExpressionSourceCode::GetNumBodyLinesRaphael Isemann
2019-05-02Inject only relevant local variables in the expression evaluation contextRaphael Isemann
2019-03-12Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann
2019-03-06Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...Jim Ingham