[PATCH] D49863: [istream] Fix error flags and exceptions propagated from input stream operations
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 2 15:23:24 PDT 2019
ldionne reopened this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
In D49863#1452126 <https://reviews.llvm.org/D49863#1452126>, @aprantl wrote:
> It looks like this may have broken some LLDB data formatters:
> http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/22934/
>
> http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/22934/testReport/junit/lldb-Suite/functionalities_data-formatter_data-formatter-stl_libcxx_optional/TestDataFormatterLibcxxOptional_py/
> http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/22934/testReport/junit/lldb-Suite/functionalities_data-formatter_data-formatter-stl_libcxx_unordered/TestDataFormatterUnordered_py/
I reverted in r357536 to give some time to figure what the problem is.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D49863/new/
https://reviews.llvm.org/D49863
More information about the cfe-commits
mailing list