summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2013-09-06 08:12:48 +0000
committerPavel Labath <labath@google.com>2013-09-06 08:12:48 +0000
commit921e7650d42ba46a706f2eb2516cddf6ea5a5b81 (patch)
tree9a6fdb54767dc4d54c8fbf0081815d25f20183ed /clang/lib/Format/Format.cpp
parent562ecd4444b94fbcf9c3e860991228b1fa85e273 (diff)
downloadbcm5719-llvm-921e7650d42ba46a706f2eb2516cddf6ea5a5b81.tar.gz
bcm5719-llvm-921e7650d42ba46a706f2eb2516cddf6ea5a5b81.zip
Avoid double edges when constructing CFGs
Summary: If a noreturn destructor is executed while returning a value from a function, the resulting CFG has had two edges to the exit block. This crashed the analyzer, because it expects that blocks with no terminators have only one outgoing edge. I added code to avoid creating the second edge in this case. PS: The crashes did not manifest themselves always, as usually the NoReturnFunctionChecker would stop program evaluation before the analyzer hit the assertion, but in the case of lifetime extended temporaries, the checker failed to do that (which is a separate bug in itself). Reviewers: jordan_rose CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D1513 llvm-svn: 190125
Diffstat (limited to 'clang/lib/Format/Format.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud