]> granicus.if.org Git - clang/commit
[analyzer; new edges] Include a top-level function entry edge while optimizing.
authorJordan Rose <jordan_rose@apple.com>
Mon, 3 Jun 2013 22:59:45 +0000 (22:59 +0000)
committerJordan Rose <jordan_rose@apple.com>
Mon, 3 Jun 2013 22:59:45 +0000 (22:59 +0000)
commit01f1ff79f70b3e042995a43b29ccbf0fffc77d5f
treeeec42c907ab20d87f152cbee376ef48a813f2606
parent2794bc0e3757992194dd587d0f6a253ec72afc9a
[analyzer; new edges] Include a top-level function entry edge while optimizing.

Although we don't want to show a function entry edge for a top-level path,
having it makes optimizing edges a little more uniform.

This does not affect any edges now, but will affect context edge generation
(next commit).

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