[cfe-commits] [Patch][Review Request]Fix for PR7287

Ted Kremenek kremenek at apple.com
Mon Nov 1 15:24:32 PDT 2010


Checker::VisitCallExpr only responds to handling regular function calls.

On Nov 1, 2010, at 2:50 PM, John McCall wrote:

>> Well, those calls would actually be MemberCallExpr's, so it wouldn't 
>> occur in VisitCallExpr. The problem is really just an artifact of 
>> CXXOperatorCalls being grouped together with Calls. Eventually, they 
>> will probably be separated and this check can go away.
> 
> Both CXXOperatorCallExpr and CXXMemberCallExpr are subclasses of CallExpr.




More information about the cfe-commits mailing list