[PATCH] D28889: Change where we handle arg-dependent diagnose_if attributes
George Burgess IV via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 23 16:40:58 PST 2017
> Also, I plan to submit this (once it's LGTM'ed) to the 4.0 branch. Is
that OK with you, Richard?
(To be clear, I'll check with Hans before I submit this there, as well.
Just trying to save a round-trip. :) )
On Mon, Jan 23, 2017 at 4:39 PM, George Burgess IV via Phabricator <
reviews at reviews.llvm.org> wrote:
> george.burgess.iv updated this revision to Diff 85486.
> george.burgess.iv marked 2 inline comments as done.
> george.burgess.iv added a comment.
>
> Addressed all feedback.
>
> Richard noted that, because we're now doing these checks after overload
> resolution has occurred, we no longer need to convert arguments for
> arg-dependent diagnose_if checks. As a result, we get to make lots of
> things `const`. Yay!
>
> Also, I plan to submit this (once it's LGTM'ed) to the 4.0 branch. Is that
> OK with you, Richard?
>
>
> https://reviews.llvm.org/D28889
>
> Files:
> include/clang/Sema/Overload.h
> include/clang/Sema/Sema.h
> lib/Sema/SemaChecking.cpp
> lib/Sema/SemaExpr.cpp
> lib/Sema/SemaExprCXX.cpp
> lib/Sema/SemaLookup.cpp
> lib/Sema/SemaOverload.cpp
> test/Sema/diagnose_if.c
> test/SemaCXX/diagnose_if.cpp
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170123/74fe2035/attachment.html>
More information about the cfe-commits
mailing list