Do not warn with -Wuninitialized when the member is used in a sizeof or address-of...
[clang.git] / test / Rewriter / rewrite-api-bug.m
blob03fc89f34aadbcfb4c943cf902a62f760dcfea1b
1 // RUN: %clang_cc1 -rewrite-objc %s -o -
3 @interface MyDerived
4 - (void) instanceMethod;
5 @end
7 @implementation MyDerived
8 - (void) instanceMethod {
10 @end