Wizard marked an inline comment as done. Wizard added inline comments.
================ Comment at: test/clang-tidy/objc-avoid-spinlock.m:4 +typedef int OSSpinLock; +void OSSpinlockTry(OSSpinLock *__lock) {} + ---------------- benhamilton wrote: > Not sure why you declared (and defined?) this one but not the others. > > Either declare them all (no definition needed) or don't.. > Oh I added this when I tested the first method since I thought it is needed. But looks like I don't have to. Removed it. https://reviews.llvm.org/D40325 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits