summaryrefslogtreecommitdiffstats
path: root/lldb/examples/synthetic/bitfield/example.py
Commit message (Collapse)AuthorAgeFilesLines
* <rdar://problem/12523238> Commit 2 of 3Enrico Granata2012-10-231-0/+6
| | | | | | | | | | | Adding the new has_children (or MightHaveChildren() in C++) for the existing synthetic children providers In a few cases, the new call is going to be much more efficient than the previous num_children > 0 check When the optimization was marginal (e.g. std::vector<>), the choice was to use num_children in order to keep implementation details in one function instead of duplicating code Next step is to provide test cases llvm-svn: 166506
* Adding a new example of synthetic children providerEnrico Granata2012-03-171-0/+94
llvm-svn: 152970
OpenPOWER on IntegriCloud