Besides adding the formatter and the summary, this makes the libcxx
tests also work for this case.
This is the polished version of https://reviews.llvm.org/D114266,
authored by Danil Stefaniuc.
Differential D114403
[formatters] Add a formatter for libstdc++ optional wallace on Nov 22 2021, 3:33 PM. Authored by
Details Besides adding the formatter and the summary, this makes the libcxx This is the polished version of https://reviews.llvm.org/D114266,
Diff Detail
Event TimelineComment Actions I'm seeing some very funky behavior after this patch. My machine has both libc++ and libstdc++, so both versions of this test run normally, and then libstdc++ fails. If I run just the libstdc++ version then it passes just fine. If I change the test order so that the libstdc++ version is run first, then the *libc++* version fails instead...
|