]> granicus.if.org Git - clang/commit
Change ExprEngine::shouldInlineDecl() to be defensive in checking if the CFG of the...
authorTed Kremenek <kremenek@apple.com>
Tue, 17 Apr 2012 01:36:03 +0000 (01:36 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 17 Apr 2012 01:36:03 +0000 (01:36 +0000)
commit01561d1039bfdda61edd20eed939011a8632c7c7
treeb82b36e197efd80435a36a0853427bf9c2363f32
parent26397edfea66a29ef433b62b4db6d621db438f75
Change ExprEngine::shouldInlineDecl() to be defensive in checking if the CFG of the callee is valid.  Fixes <rdar://problem/11257631>.

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