Explicitly handle CXXOperatorCallExpr when building CFGs. We should treat it the...
authorTed Kremenek <kremenek@apple.com>
Tue, 31 Aug 2010 18:47:34 +0000 (18:47 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 31 Aug 2010 18:47:34 +0000 (18:47 +0000)
commita427f1d8f0848997029d1bdc0c5c137f982f775d
treef228b2bd6d6d42d62decfc189339e29c299fe014
parentf9b949fecf339a2c9bd97dd11a272c4878f85ce4
Explicitly handle CXXOperatorCallExpr when building CFGs.  We should treat it the same as CallExprs.

Fixes: <rdar://problem/8375510> [Boost] CFGBuilder crash in Boost.Graph
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112618 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFG.cpp
test/Analysis/misc-ps-region-store.cpp