This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 7f559d6cd Fixed an issue that a bot found with my changes in r344626 & [...] new c0fd490ff Return a named error in the result object of an expression wi [...] new 392d3534b Delete commented-out code.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Expression/UserExpression.h | 4 -- include/lldb/lldb-enumerations.h | 3 +- .../no-result}/Makefile | 0 .../expression_command/no-result/TestNoResult.py | 45 ++++++++++++++++++++++ .../no-result/main.c} | 3 +- source/Commands/CommandObjectExpression.cpp | 2 +- source/Core/ValueObject.cpp | 2 - source/Expression/ExpressionSourceCode.cpp | 2 +- source/Expression/REPL.cpp | 2 +- source/Expression/UserExpression.cpp | 9 ++++- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 2 +- 11 files changed, 59 insertions(+), 15 deletions(-) copy packages/Python/lldbsuite/test/{functionalities/frame_var => expression_comma [...] create mode 100644 packages/Python/lldbsuite/test/expression_command/no-result/Tes [...] copy packages/Python/lldbsuite/test/{functionalities/frame-language/main.cpp => ex [...]