Re: [PATCH] D17166: [Sema] More changes to fix Objective-C fallout from r249995.

2016-02-12 Thread Bob Wilson via cfe-commits
bob.wilson closed this revision. bob.wilson marked an inline comment as done. bob.wilson added a comment. Committed in r260787. I had previously missed a regression in one of the existing ovl-check.m tests. The testTakesCFTypeRef function was checking that the CFTypeRef overload was selected. H

Re: [PATCH] D17166: [Sema] More changes to fix Objective-C fallout from r249995.

2016-02-11 Thread George Burgess IV via cfe-commits
george.burgess.iv accepted this revision. george.burgess.iv added a comment. This revision is now accepted and ready to land. Sorry that the change to overload resolution turned out to be problematic. :) One nit, and this LGTM. Comment at: lib/Sema/SemaExpr.cpp:7580 @@ +7579,3