This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 6cdcea8 Fix an inefficiency in the handling of $__lldb_local_vars in [...] new 134ffa2 Revert "Fixed a bug where const this would cause parser error [...]
The 1 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: .../lldbsuite/test/lang/cpp/const_this/Makefile | 8 --- .../test/lang/cpp/const_this/TestConstThis.py | 4 -- .../lldbsuite/test/lang/cpp/const_this/main.cpp | 23 -------- source/Core/Scalar.cpp | 68 ---------------------- source/Expression/ExpressionSourceCode.cpp | 5 +- source/Expression/LLVMUserExpression.cpp | 1 + .../Clang/ClangExpressionDeclMap.cpp | 18 ++---- .../ExpressionParser/Clang/ClangUserExpression.cpp | 2 +- 8 files changed, 9 insertions(+), 120 deletions(-) delete mode 100644 packages/Python/lldbsuite/test/lang/cpp/const_this/Makefile delete mode 100644 packages/Python/lldbsuite/test/lang/cpp/const_this/TestConstThis.py delete mode 100644 packages/Python/lldbsuite/test/lang/cpp/const_this/main.cpp