This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from bafb61f88 Add the new PDBLocationToDWARFExpression.{cpp,h} to the Xcode [...] new 3a49215fb Fix the libcxx set, multiset, vector and bitset formatters to [...]
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/DataFormatters/TypeSynthetic.h | 15 +++ include/lldb/lldb-enumerations.h | 4 +- .../libcxx/bitset/TestDataFormatterLibcxxBitset.py | 17 +++- .../data-formatter-stl/libcxx/bitset/main.cpp | 11 ++- .../multiset/TestDataFormatterLibcxxMultiSet.py | 80 ++++++++------- .../data-formatter-stl/libcxx/multiset/main.cpp | 10 +- .../libcxx/set/TestDataFormatterLibcxxSet.py | 78 +++++++++------ .../data-formatter-stl/libcxx/set/main.cpp | 10 +- .../libcxx/vector/TestDataFormatterLibcxxVector.py | 109 +++++++++++---------- .../data-formatter-stl/libcxx/vector/main.cpp | 7 ++ source/Core/ValueObjectSyntheticFilter.cpp | 14 ++- .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 10 +- 12 files changed, 239 insertions(+), 126 deletions(-)