]> granicus.if.org Git - clang/commit
[analyzer] Don't run unreachable code checker on inlined functions.
authorJordan Rose <jordan_rose@apple.com>
Mon, 19 Aug 2013 17:03:12 +0000 (17:03 +0000)
committerJordan Rose <jordan_rose@apple.com>
Mon, 19 Aug 2013 17:03:12 +0000 (17:03 +0000)
commit51718e3555404192040a5fad715367bc4cef22fb
treed1d69f3f488cbbd57c6265e0974a1d1551da41b5
parentd3721e464a8cec087ea7c75abeda7f03df622eeb
[analyzer] Don't run unreachable code checker on inlined functions.

This is still an alpha checker, but we use it in certain tests to make sure
something is not being executed.

This should fix the buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188682 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
test/Analysis/unreachable-code-path.c