================ @@ -0,0 +1,8 @@ +// RUN: %clang_cc1 -fsyntax-only -verify %s + +// expected-no-diagnostics + +@interface AllocAlignMethod +- (void *)allocate:(unsigned long)alignment ---------------- AaronBallman wrote:
We should also have a test that shows we correctly diagnose an invalid parameter type. https://github.com/llvm/llvm-project/pull/210871 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
