[PATCH] D33250: [Sema][ObjC] Fix a bug where -Wunguarded-availability was emitted at the wrong location

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 17 09:11:45 PDT 2017


arphaman added a comment.

Hmm, I don't like how we end with a location that points to `x` instead of `InterWithProp`. Can we ignore the TypeLocs with invalid location and instead look at `ObjCPropertyRefExpr`s with a class receiver?


https://reviews.llvm.org/D33250





More information about the cfe-commits mailing list