diff options
author | Manman Ren <manman.ren@gmail.com> | 2016-02-04 20:05:40 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2016-02-04 20:05:40 +0000 |
commit | b4e8a1b3087347b78d57e467186f5113454a2816 (patch) | |
tree | 763285c712fa5f8aedc0ae51f60748ef4966bf91 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | 5527a9dd42f0a9e09353699252f0d4fcd001923b (diff) | |
download | bcm5719-llvm-b4e8a1b3087347b78d57e467186f5113454a2816.tar.gz bcm5719-llvm-b4e8a1b3087347b78d57e467186f5113454a2816.zip |
Fix a crash when there is a typo in the return statement.
If the typo happens after a successful deduction for an earlier
return statement, we should check if the deduced type is null
before using it.
The typo correction happens after we try to deduce the return
type and we ignore the deduction from the typo and continue
to typo correction.
rdar://24342247
llvm-svn: 259820
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions