This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 172104985 [lldb-vscode] Correctly propagate errors back to VS Code. new e6aef474e Pass /bigobj for SBReproducer.cpp with MSVC new 56c09f449 Factor the clang specific parts of ExpressionSourceCode.{h,cp [...]
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/ExpressionSourceCode.h | 27 +------------- lldb.xcodeproj/project.pbxproj | 10 +++--- source/API/CMakeLists.txt | 4 +++ source/Expression/LLVMUserExpression.cpp | 1 - source/Expression/UserExpression.cpp | 1 - source/Expression/UtilityFunction.cpp | 8 ++--- .../Clang/ClangExpressionSourceCode.cpp} | 10 +++--- .../Clang/ClangExpressionSourceCode.h | 41 +++++++++------------- .../ExpressionParser/Clang/ClangUserExpression.cpp | 7 ++-- .../Clang/ClangUtilityFunction.cpp | 8 +++-- 10 files changed, 45 insertions(+), 72 deletions(-) rename source/{Expression/ExpressionSourceCode.cpp => Plugins/ExpressionParser/Cla [...] copy include/lldb/Expression/ExpressionSourceCode.h => source/Plugins/ExpressionPa [...]