]> granicus.if.org Git - clang/commit
Added method for handling CXXOperatorCallExpr differently from CallExpr if CXXOperato...
authorMarcin Swiderski <marcin.sfider@gmail.com>
Thu, 18 Nov 2010 06:29:23 +0000 (06:29 +0000)
committerMarcin Swiderski <marcin.sfider@gmail.com>
Thu, 18 Nov 2010 06:29:23 +0000 (06:29 +0000)
commit6a02b609c2e23b28d24f9db4c8006137c6b55ae4
treedbe6a4ecd7355f2fffc6b03b88a487cda4833943
parentaa4fe05939ffbfd746b8f0065cc0b5e06ea94fe2
Added method for handling CXXOperatorCallExpr differently from CallExpr if CXXOperatorCallExpr represents method call.
Also fixed returning ExpolodedNodeSet from VisitCXXMethodCallExpr.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119684 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/GRExprEngine.h
lib/Checker/GRCXXExprEngine.cpp
lib/Checker/GRExprEngine.cpp