From: Marshall Clow Date: Thu, 25 Feb 2016 20:17:03 +0000 (+0000) Subject: more status updates X-Git-Tag: llvmorg-3.9.0-rc1~13207 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41f4b6d4fa8b62245faa2e9f3374a65df9cd7e98;p=platform%2Fupstream%2Fllvm.git more status updates llvm-svn: 261926 --- diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html index b2683e9..3904f75 100644 --- a/libcxx/www/upcoming_meeting.html +++ b/libcxx/www/upcoming_meeting.html @@ -70,7 +70,7 @@ 2545Simplify wording for bind without explicitly specified return typeJacksonville 2557Logical operator traits are broken in the zero-argument caseJacksonvilleComplete 2558[fund.ts.v2] Logical operator traits are broken in the zero-argument caseJacksonvilleComplete - 2559Error in LWG 2234's resolutionJacksonville + 2559Error in LWG 2234's resolutionJacksonvilleComplete 2560is_constructible underspecified when applied to a function typeJacksonvilleBroken in 3.6; See r261653. 2565std::function's move constructor should guarantee nothrow for reference_wrappers and function pointersJacksonville 2566Requirements on the first template parameter of container adaptorsJacksonville @@ -81,8 +81,8 @@ 2576istream_iterator and ostream_iterator should use std::addressofJacksonvillePatch done; needs tests 2577{shared,unique}_lock should use std::addressofJacksonville 2579Inconsistency wrt Allocators in basic_string assignment vs. basic_string::assignJacksonvillePatch Ready - 2581Specialization of <type_traits> variable templates should be prohibitedJacksonville - 2582§[res.on.functions]/2's prohibition against incomplete types shouldn't apply to type traitsJacksonville + 2581Specialization of <type_traits> variable templates should be prohibitedJacksonvilleComplete + 2582§[res.on.functions]/2's prohibition against incomplete types shouldn't apply to type traitsJacksonvilleIn Progress 2583There is no way to supply an allocator for basic_string(str, pos)JacksonvillePatch Ready 2585forward_list::resize(size_type, const value_type&) effects incorrectJacksonvilleDisputed 2586Wrong value category used in scoped_allocator_adaptor::construct()Jacksonville @@ -104,7 +104,7 @@
  • 2545 -
  • 2557 - Cleaning up wording; no code change required.
  • 2558 - Cleaning up wording; no code change required.
  • -
  • 2559 -
  • +
  • 2559 - Cleaning up wording; no code change required.
  • 2560 - We already do this; added tests in r261653. More: the new tests fail on green-dragon-09, so I reverted it. Will recommit after green-dragon bots are updated. Probably need to XFAIL for clang3-6 as well (arm bots)
  • 2565 -
  • 2566 -
  • @@ -115,11 +115,11 @@
  • 2576 - This one is simple, but testing it will be hard. I tried making a sublass of istringstream, but it got sliced.
  • 2577 - This one is simple
  • 2579 - Done
  • -
  • 2581 -
  • -
  • 2582 -
  • +
  • 2581 - Nothing to do here.
  • +
  • 2582 - I've added tests to meta.unary.cat; no code changes needed yet.
  • 2583 - Done
  • 2585 - This looks easy; but Alisdair wants to NAD this issue.
  • -
  • 2586 -
  • +
  • 2586 - We need to fix PR24075 when we do this.
  • 2590 - We already do this; added tests in r261648.