summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-04-02 21:43:07 +0000
committerLouis Dionne <ldionne@apple.com>2019-04-02 21:43:07 +0000
commit1754774369ac8bd5b0d1e0cc88adc4acba9d2666 (patch)
tree555261ab4f3e2950e0d184f7204bd61092e0d7fc /lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py
parentfc5a176f6aae00b2848b337addb87c097a093627 (diff)
downloadbcm5719-llvm-1754774369ac8bd5b0d1e0cc88adc4acba9d2666.tar.gz
bcm5719-llvm-1754774369ac8bd5b0d1e0cc88adc4acba9d2666.zip
[libc++] Fix error flags and exceptions propagated from input stream operations
Summary: Before this patch, we would only ever throw an exception if the badbit was set on the stream. The Standard is currently very unclear on how exceptions should be propagated and what error flags should be set by the input stream operations. This commit changes libc++ to behave under a different (but valid) interpretation of the Standard. This interpretation of the Standard matches what other implementations are doing. I will submit a paper in San Diego to clarify the Standard such that the interpretation used in this commit (and other implementations) is the only possible one. PR21586 PR15949 rdar://problem/15347558 Reviewers: mclow.lists, EricWF Subscribers: christof, dexonsmith, cfe-commits Differential Revision: https://reviews.llvm.org/D49863 llvm-svn: 357531
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud