diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2016-02-08 14:25:25 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2016-02-08 14:25:25 +0000 |
commit | f4490cab0d52ed9323ead7871baf0bbb89d662c6 (patch) | |
tree | 69e8c551ab67463eb77adcecd04e0b28b29ea772 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | 1a39a34eae8e9d9755ff9f8fbf3446e3b713555c (diff) | |
download | bcm5719-llvm-f4490cab0d52ed9323ead7871baf0bbb89d662c6.tar.gz bcm5719-llvm-f4490cab0d52ed9323ead7871baf0bbb89d662c6.zip |
Expand the simplify boolean expression check to handle implicit conversion of integral types to bool and improve the handling of implicit conversion of member pointers to bool.
Implicit conversion of member pointers are replaced with explicit comparisons to nullptr.
Implicit conversions of integral types are replaced with explicit comparisons to 0.
Patch by Richard Thomson.
llvm-svn: 260096
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions