aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/unittest_extension_chain_b.proto
Commit message (Collapse)AuthorAgeFilesLines
* Make Root's +extensionRegistry generation smarter.Thomas Van Lenten2016-09-011-0/+47
At generation time, walk the file's dependencies to see what really contains extensions so we can generate more minimal code that only links together the roots that provided extensions. Gets a bunch of otherwise noop code out of the call flow when the roots are +initialized.