[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
Fri Apr 5 09:32:56 PDT 2019
ldionne added a comment.
In D49863#1452154 <https://reviews.llvm.org/D49863#1452154>, @ldionne wrote:
> 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.
It turns out I think only r357531 had been applied and this is what broke the LLDB CI.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D49863/new/
https://reviews.llvm.org/D49863
More information about the cfe-commits
mailing list