This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 1f63630 [cmake] Fix LLVM_LINK_LLVM_DYLIB build, again new de2b319 Improve Type::GetTypeScopeAndBasenameHelper and add unit tests
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/Type.h | 5 ++- source/Core/Module.cpp | 12 ++---- source/Symbol/Type.cpp | 87 +++++++++++++++++++++++------------------ source/Symbol/TypeList.cpp | 10 ++--- source/Symbol/TypeMap.cpp | 10 ++--- unittests/Symbol/CMakeLists.txt | 1 + unittests/Symbol/TestType.cpp | 51 ++++++++++++++++++++++++ 7 files changed, 117 insertions(+), 59 deletions(-) create mode 100644 unittests/Symbol/TestType.cpp