This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 451aac9a6 Small format fix new 19412c6cd [lldb] Fix dynamic_cast by no longer failing on variable with [...]
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: .../test/lang/cpp/dynamic_cast/ExtBase.cpp | 5 +++ .../lldbsuite/test/lang/cpp/dynamic_cast/ExtBase.h | 3 ++ .../cpp/dynamic_cast}/Makefile | 4 +- .../TestDynamicCast.py} | 1 - .../lldbsuite/test/lang/cpp/dynamic_cast/main.cpp | 51 ++++++++++++++++++++++ .../Plugins/ExpressionParser/Clang/IRForTarget.cpp | 8 +--- 6 files changed, 61 insertions(+), 11 deletions(-) create mode 100644 packages/Python/lldbsuite/test/lang/cpp/dynamic_cast/ExtBase.cpp create mode 100644 packages/Python/lldbsuite/test/lang/cpp/dynamic_cast/ExtBase.h copy packages/Python/lldbsuite/test/{functionalities/breakpoint/breakpoint_hit_cou [...] copy packages/Python/lldbsuite/test/lang/cpp/{const_this/TestConstThis.py => dynam [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/dynamic_cast/main.cpp