Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | <rdar://problem/12523238> Commit 2 of 3 | Enrico Granata | 2012-10-23 | 1 | -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 provider | Enrico Granata | 2012-03-17 | 1 | -0/+94 |
llvm-svn: 152970 |