On Mon, Apr 27, 2015 at 2:52 PM, Aaron Ballman <[email protected]> wrote:
> On Mon, Apr 27, 2015 at 5:41 PM, Richard Smith <[email protected]> > wrote: > > This should call CheckPlaceholderExpr instead of just checking for the > > OverloadExpr case; there are a bunch of other kinds of expression that we > > should handle here (property exprs, bound member functions, ...). > > Ooh, even better. Thank you for the suggestion; new attempt attached. LGTM, thanks! > > ~Aaron > > > > > On Mon, Apr 27, 2015 at 2:34 PM, Aaron Ballman <[email protected]> > > wrote: > >> > >> This patch addresses PR15842 by checking whether the operand to the > >> noexcept expression is an unevaluted lookup expression. It reuses some > >> overload logic to generate a diagnostic and potentially reasonable > >> fixit. > >> > >> ~Aaron > > > > >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
