commit | 340fa53411efe73e4ac00ca305cd79c84d2935be | [log] [tgz] |
---|---|---|
author | Enrico Granata <egranata@apple.com> | Fri Sep 12 00:55:37 2014 +0000 |
committer | Enrico Granata <egranata@apple.com> | Fri Sep 12 00:55:37 2014 +0000 |
tree | 815bbfcf578c28c26b48f33fc30a540069a3acc0 | |
parent | ad0184056f06a32089604402c3d8cf6eabf6956f [diff] |
Recent builds of libcxx actually wrap an std::map's children values in a union containing either a member named __cc, or either of __cc and __nc (const vs. non-const). This level of wrapping is quite useless for LLDB to show to people, so try to detect it, and filter it out llvm-svn: 217651