Adding a custom summary for libc++ std::vector<bool>
authorEnrico Granata <egranata@apple.com>
Wed, 16 Jan 2013 23:17:30 +0000 (23:17 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 16 Jan 2013 23:17:30 +0000 (23:17 +0000)
commit17fd63c6f08bd820fc7b71cc6d483e6c1437c575
treef63d5955bebebbb4211b040a9ecd997b54e74007
parent10027160cc48ae8e51212cd6d1cb8c7701b29196
Adding a custom summary for libc++ std::vector<bool>
vector<bool> is specialized and the existing general summary for vectors would lie to the user.
Tackling libstdc++ and synthetic children is the following, less critical, part of this task

llvm-svn: 172671
lldb/source/Core/FormatManager.cpp