Only one comment: now that isExprCallable has non-trivial semantic effects (attempting to build an expression, instantiating templates, ...) it should have a scarier name that indicates it should only be used during error recovery.
On Tue, Jun 4, 2013 at 1:01 PM, David Blaikie <[email protected]> wrote: > On Tue, Jun 4, 2013 at 1:00 PM, Jordan Rose <[email protected]> wrote: >> ENOPATCH > > Touché (& thanks) > > Attached. > > >> >> On Jun 4, 2013, at 12:04 , David Blaikie <[email protected]> wrote: >> >>> An enhancement to r183173, but I'm sending this out for review because >>> I expect there's a better/correct way for me to suppress diagnostics >>> when calling "BuildCallToMemberFunction" (or some alternative I should >>> use) >>> >>> Also, we could do something similar for non-member functions to get >>> higher accuracy there (template problems like deduction, etc apply >>> there too) >>> >>> - Dave >>> _______________________________________________ >>> cfe-commits mailing list >>> [email protected] >>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >> > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
