]> granicus.if.org Git - clang/commit
[analyzer; alternate edges] don't add an edge incoming from the start of a function
authorTed Kremenek <kremenek@apple.com>
Fri, 17 May 2013 06:48:22 +0000 (06:48 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 17 May 2013 06:48:22 +0000 (06:48 +0000)
commitdbfa950abe0e55b173286a306ee620eff5f72ea8
treea100b4de7c1b3332cd93550d92b9d6925b0539a0
parent24ce46c8cec99d2e63bed052696e79b6487885fb
[analyzer; alternate edges] don't add an edge incoming from the start of a function
for a nested call.  This matches what we do with the first stack frame.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182078 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/BugReporter.cpp