Mercurial > hg > CbC > CbC_llvm
diff clang/test/SemaObjC/warn-strict-selector-match.m @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line diff
--- a/clang/test/SemaObjC/warn-strict-selector-match.m Wed Jul 21 10:27:27 2021 +0900 +++ b/clang/test/SemaObjC/warn-strict-selector-match.m Wed Nov 09 17:45:10 2022 +0900 @@ -8,7 +8,7 @@ -(float) method; // expected-note {{also found}} @end -int main() { [(id)0 method]; } // expected-warning {{multiple methods named 'method' found}} +int main(void) { [(id)0 method]; } // expected-warning {{multiple methods named 'method' found}} @interface Object @end