Closed copybara-service[bot] closed 2 days ago
Add a comment that is_cleared is always false for repeated fields.
is_cleared
Also added a test to verify that no uninitialized access happens in NumExtensions.
Creation Extension() does zero initialization. Illustration: https://gcc.godbolt.org/z/37j8hrb9T
Extension()
Add a comment that
is_cleared
is always false for repeated fields.Also added a test to verify that no uninitialized access happens in NumExtensions.
Creation
Extension()
does zero initialization. Illustration: https://gcc.godbolt.org/z/37j8hrb9T