]> granicus.if.org Git - clang/commit
Fix crasher in CFG construction when not properly handling ASTs that contain
authorTed Kremenek <kremenek@apple.com>
Sat, 2 May 2009 00:13:27 +0000 (00:13 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 2 May 2009 00:13:27 +0000 (00:13 +0000)
commit4e8df2eb7072db8f66572c3db31a2a08b12a752e
tree402dee661ad6526df7059c166154bbde8feeb5a3
parent68a0d783dd7b3cd7090b5d26a0a69d01c05437c1
Fix crasher in CFG construction when not properly handling ASTs that contain
expressions not yet properly handled by the CFGBuilder. This failure resulted in
a null CFGBlock* being used in rare cases (causing a crash).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70612 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/CFG.cpp