(Following up from D113348.)
At this point, every supported compiler that claims a -std=c++17 mode should also support these features.
Differential D113436
[libc++] [test] Eliminate libcpp-no-noexcept-function-type and libcpp-no-structured-bindings • Quuxplusone on Nov 8 2021, 2:04 PM. Authored by
Details
(Following up from D113348.) At this point, every supported compiler that claims a -std=c++17 mode should also support these features.
Diff Detail
Unit Tests Event TimelineComment Actions When you grep for stuff, make sure you include libcxxabi/ and libunwind/. The test suites for those two projects often use things defined in libcxx/, especially the Lit features. LGTM in essence, once libcxxabi and libunwind have been fixed and CI is passing. Thanks for the cleanup! Comment Actions Deal with the two uses of no-noexcept-function-type in libcxxabi/test. @ldionne, does this LGTY if CI is happy? |