aaron.ballman added inline comments.
================ Comment at: test/SemaObjC/attr-deprecated.m:124-128 +@interface A(Blah) // no warning +- (A*)getA; @end +@implementation A(Blah) // no warning ---------------- I would have assumed the use in the `@implementation` would have been enough to trigger it, is that not the behavior we'd want? If not, can you extend the test to show that a use of the category triggers the deprecation warning? Repository: rL LLVM https://reviews.llvm.org/D31179 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits