Do not warn with -Wuninitialized when the member is used in a sizeof or address-of...
[clang.git] / test / Rewriter / rewrite-forward-class.m
blob5a50f53a480fe9c9d929d03258dfcccad8bb8d05
1 // RUN: %clang_cc1 -rewrite-objc -o - %s
2 // rdar://6969189
4 @class XX;
5 @class YY, ZZ, QQ;
6 @class ISyncClient, SMSession, ISyncManager, ISyncSession, SMDataclassInfo, SMClientInfo,
7     DMCConfiguration, DMCStatusEntry;