[PATCH] D55662: [Sema][ObjC] Do not warn about repeated uses of weak variables when the variables are accessed in an unevaluated context.

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 6 23:58:18 PST 2019


rjmccall added a comment.

Can we find a way to preserve the rewritten expression out of `DeduceAutoType` so that the initialization code just happens to never see a placeholder along this path?


Repository:
  rC Clang

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

https://reviews.llvm.org/D55662





More information about the cfe-commits mailing list