diff options
author | Erich Keane <erich.keane@intel.com> | 2017-04-19 21:24:55 +0000 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2017-04-19 21:24:55 +0000 |
commit | 4b87d8106864ca05dcc22b0def7bee91fc562174 (patch) | |
tree | c23f27a88c1d0507ad4202fd514af174c0939628 /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py | |
parent | ae382bb6af2c8ac70d0c24ee32418f0980d7f2c8 (diff) | |
download | bcm5719-llvm-4b87d8106864ca05dcc22b0def7bee91fc562174.tar.gz bcm5719-llvm-4b87d8106864ca05dcc22b0def7bee91fc562174.zip |
Corrrect warn_unused_result attribute
The original idea was that if the attribute on an operator,
that the return-value unused-ness wouldn't matter. However,
all of the operators except postfix inc/dec return
references! References don't result in this warning
anyway, so those are already excluded.
Differential Revision: https://reviews.llvm.org/D32207
llvm-svn: 300764
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions