]> granicus.if.org Git - clang/commit
[analyzer] Fix lack of coverage after empty inlined function.
authorAnna Zaks <ganna@apple.com>
Fri, 1 Jun 2012 23:48:40 +0000 (23:48 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 1 Jun 2012 23:48:40 +0000 (23:48 +0000)
commit144e52be486a3906aec90c51b0ac94a30313152e
tree601217932d4d7de22d440d4ee730ded2985d132d
parentdd82519ac6c322a6183954848b5b55deb6c364f7
[analyzer] Fix lack of coverage after empty inlined function.

We should not stop exploring the path after we return from an empty
function.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157859 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
test/Analysis/coverage.c