vsapsai added a comment.

Thanks for the quick review! During the commit I will also fix the typo s/there 
a no overrides/there are no overrides/



================
Comment at: clang/test/Modules/override.m:30-34
+@interface CheckOverrideImplementationOfCategory: NSObject
+@end
+@interface CheckOverrideImplementationOfCategory(CategoryImpl)
+- (void)potentialOverrideImplementationOfCategory;
+@end
----------------
Actually, only this interface triggers the assertion. Added the rest for 
completeness and for better coverage.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138630/new/

https://reviews.llvm.org/D138630

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to