This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from faad7e0e9 Fix dir-separator-no-comp-dir-relative-name.s test added in r351328 new 6055696a5 Change TypeSystem::GetBitSize() to return an optional result.
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/Symbol/ClangASTContext.h | 11 ++++--- include/lldb/Symbol/TypeSystem.h | 5 +-- .../NativePDB/function-types-builtins.cpp | 8 ++--- .../lldbsuite/test/lang/c/struct_types/main.c | 4 +++ .../Makefile | 0 .../cpp/function_refs/TestFunctionRefs.py} | 0 .../lldbsuite/test/lang/cpp/function_refs/main.cpp | 32 ++++++++++++++++++ source/Core/Value.cpp | 38 +++++++++++----------- source/Symbol/ClangASTContext.cpp | 15 ++++++--- 9 files changed, 79 insertions(+), 34 deletions(-) copy packages/Python/lldbsuite/test/lang/cpp/{class-template-parameter-pack => fun [...] copy packages/Python/lldbsuite/test/{expression_command/rdar44436068/Test128BitsIn [...] create mode 100644 packages/Python/lldbsuite/test/lang/cpp/function_refs/main.cpp