]> granicus.if.org Git - clang/commit
Do not crash in the callgraph construction when encountering deleted function definit...
authorTed Kremenek <kremenek@apple.com>
Thu, 5 Apr 2012 04:03:23 +0000 (04:03 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 5 Apr 2012 04:03:23 +0000 (04:03 +0000)
commitbb3d20f80c98e7919411bc7e062d69b17462899b
tree856ae293408f43d37f539058862e6f37c5f17b97
parent6b77ce8824cf62c2cfb61cf2d801eb3fcfbecffe
Do not crash in the callgraph construction when encountering deleted function definitions.  Fixes <rdar://problem/11178609>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154081 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CallGraph.cpp
test/Analysis/misc-ps-cxx0x.cpp