You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unionIncompleteUnionTy*__counted_by_or_null(count) buf ; // OK expected-note 8{{consider using '__sized_by_or_null' instead of __counted_by_or_null}}
437
-
IncompleteUnion_ty*__counted_by_or_null(count) buf_typedef; // OK expected-note 8{{consider using '__sized_by_or_null' instead of __counted_by_or_null}}
436
+
unionIncompleteUnionTy*__counted_by_or_null(count) buf ; // OK expected-note 8{{consider using '__sized_by_or_null' instead of '__counted_by_or_null'}}
437
+
IncompleteUnion_ty*__counted_by_or_null(count) buf_typedef; // OK expected-note 8{{consider using '__sized_by_or_null' instead of '__counted_by_or_null'}}
enumIncompleteEnumTy*__counted_by_or_null(count) buf ; // OK expected-note 8{{consider using '__sized_by_or_null' instead of __counted_by_or_null}}
511
-
IncompleteEnum_ty*__counted_by_or_null(count) buf_typedef; // OK expected-note 8{{consider using '__sized_by_or_null' instead of __counted_by_or_null}}
510
+
enumIncompleteEnumTy*__counted_by_or_null(count) buf ; // OK expected-note 8{{consider using '__sized_by_or_null' instead of '__counted_by_or_null'}}
511
+
IncompleteEnum_ty*__counted_by_or_null(count) buf_typedef; // OK expected-note 8{{consider using '__sized_by_or_null' instead of '__counted_by_or_null'}}
0 commit comments