[PATCH] D62645: [Sema] Resolve placeholder types before type deduction to silence spurious `-Warc-repeated-use-of-weak` warnings

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 3 17:20:12 PDT 2019


ahatanak updated this revision to Diff 207931.
ahatanak marked 2 inline comments as done.
ahatanak added a comment.

Add an implicit-only attribute `ObjCDefaultedAnyToId` to avoid passing the flag down.


Repository:
  rC Clang

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

https://reviews.llvm.org/D62645

Files:
  include/clang/AST/Expr.h
  include/clang/Basic/Attr.td
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaExpr.cpp
  lib/Sema/SemaExprCXX.cpp
  test/SemaObjC/arc-repeated-weak.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62645.207931.patch
Type: text/x-patch
Size: 6023 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190704/e00386c4/attachment.bin>


More information about the cfe-commits mailing list