This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 151b7793c [lldb][NFC] Minor fixes for lldb_private::DiagnosticManager new e1afe4318 [Symbol] GetTypeBitAlign() should return None in case of failure. new d71d5071d Revert "[lldb] Fix dynamic_cast by no longer failing on varia [...] new c852696dd Revert "[lldb] Refactor guard variable checks in IRForTarget"
The 3 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/Symbol/ClangASTContext.h | 3 +- include/lldb/Symbol/CompilerType.h | 2 +- include/lldb/Symbol/TypeSystem.h | 3 +- .../test/lang/cpp/dynamic_cast/ExtBase.cpp | 5 --- .../lldbsuite/test/lang/cpp/dynamic_cast/ExtBase.h | 3 -- .../lldbsuite/test/lang/cpp/dynamic_cast/Makefile | 3 -- .../test/lang/cpp/dynamic_cast/TestDynamicCast.py | 3 -- .../lldbsuite/test/lang/cpp/dynamic_cast/main.cpp | 51 ---------------------- source/Expression/Materializer.cpp | 22 ++++++---- .../Plugins/ExpressionParser/Clang/IRForTarget.cpp | 38 +++++++++------- source/Symbol/ClangASTContext.cpp | 5 ++- source/Symbol/CompilerType.cpp | 4 +- 12 files changed, 47 insertions(+), 95 deletions(-) delete mode 100644 packages/Python/lldbsuite/test/lang/cpp/dynamic_cast/ExtBase.cpp delete mode 100644 packages/Python/lldbsuite/test/lang/cpp/dynamic_cast/ExtBase.h delete mode 100644 packages/Python/lldbsuite/test/lang/cpp/dynamic_cast/Makefile delete mode 100644 packages/Python/lldbsuite/test/lang/cpp/dynamic_cast/TestDynami [...] delete mode 100644 packages/Python/lldbsuite/test/lang/cpp/dynamic_cast/main.cpp