This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2d614c39c [Target] Replace Plugin headers with non-plugin headers new b6f9277c1 [Expression] Move IRDynamicChecks to ClangExpressionParser
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: include/lldb/Expression/DynamicCheckerFunctions.h | 62 ++++++++++++++++++++++ source/Expression/CMakeLists.txt | 1 - .../Plugins/ExpressionParser/Clang/CMakeLists.txt | 1 + .../Clang/ClangExpressionParser.cpp | 37 +++++++------ .../ExpressionParser/Clang}/IRDynamicChecks.cpp | 19 +++---- .../ExpressionParser/Clang}/IRDynamicChecks.h | 40 +++++--------- source/Target/Process.cpp | 2 +- source/Target/ThreadPlanCallUserExpression.cpp | 2 +- 8 files changed, 108 insertions(+), 56 deletions(-) create mode 100644 include/lldb/Expression/DynamicCheckerFunctions.h rename source/{Expression => Plugins/ExpressionParser/Clang}/IRDynamicChecks.cpp (96%) rename {include/lldb/Expression => source/Plugins/ExpressionParser/Clang}/IRDynami [...]