Skip to content
Commit 340fa534 authored by Enrico Granata's avatar Enrico Granata
Browse files

Recent builds of libcxx actually wrap an std::map's children values in a union...

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
parent ad018405
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment