[PATCH] D62645: [Sema] Resolve placeholder types before type deduction to silence spurious `-Warc-repeated-use-of-weak` warnings
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 3 19:31:50 PDT 2019
rjmccall added inline comments.
================
Comment at: include/clang/Basic/Attr.td:1844
+ let Documentation = [Undocumented];
+}
+
----------------
Oh, please add a comment on this explaining what it means, since it's not based on a language feature.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62645/new/
https://reviews.llvm.org/D62645
More information about the cfe-commits
mailing list