aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Expand)Author
2019-10-19[c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith
2019-10-09[c++20] P1152R4: warn on any simple-assignment to a volatile lvalueRichard Smith
2019-10-09[c++20] Implement most of P1152R4.Richard Smith
2019-10-08[cxx_status] Note that Clang has supported std::source_location sinceRichard Smith
2019-10-06Implements CWG 1601 in [over.ics.rank/4.2]Richard Smith
2019-10-03Mark P0784R7 as complete and start defining its feature-test macro.Richard Smith
2019-09-29[cxx_status] Mark P0784R7 as partially complete.Richard Smith
2019-09-20[www] Turn 'Clang 9' boxes green in C++ status pages now Clang 9 isRichard Smith
2019-09-18[c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith
2019-09-04[c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith
2019-09-03[www] Mark items complete in Clang 9 as 'Clang 9' rather than 'SVN'.Richard Smith
2019-08-31[c++20] Add support for designated direct-list-initialization syntax.Richard Smith
2019-08-27Testing commit access; NFCJoe Ranieri
2019-08-19Fix poorly formatted HTML in the cxx_status.html file caused by addingErich Keane
2019-08-19Update cxx_status.html with P1668 status.Erich Keane
2019-08-15Test commit #2.George Karpenkov
2019-08-14[www] Update DR status page to match latest version of CWG issues list.Richard Smith
2019-07-25Fix cxx_status html for r367027Erich Keane
2019-07-25Implement P1771Erich Keane
2019-07-20[c++20] P1161R3: a[b,c] is deprecated.Richard Smith
2019-07-20Mark P1301R4 in C++2a as being SVN instead.Aaron Ballman
2019-07-20We support P1301R4 in C++2a as of r366626.Aaron Ballman
2019-07-20[cxx_status] Update status page for WG21 Cologne meeting motions.Richard Smith
2019-07-09Retire VS2015 SupportSimon Pilgrim
2019-06-25[cxx2a] P1236R1: the validity of a left shift does not depend on theRichard Smith
2019-06-20P0840R2: support for [[no_unique_address]] attributeRichard Smith
2019-06-14PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith
2019-06-14C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...Richard Smith
2019-06-14Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.Nico Weber
2019-06-13PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith
2019-06-13C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...Richard Smith
2019-05-24[Analyzer] Checker for non-determinism caused by iteration of unordered conta...Mandeep Singh Grang
2019-05-22Part of P1091R3: permit structured bindings to be declared 'static' andRichard Smith
2019-05-21[c++20] P1330R0: permit simple-assignments that change the active memberRichard Smith
2019-05-21[c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith
2019-05-17[c++20] P1327R1: Support for typeid applied to objects of polymorphicRichard Smith
2019-05-17Refactor constant evaluation of typeid(T) to track a symbolic type_infoRichard Smith
2019-05-17Revert Refactor constant evaluation of typeid(T) to track a symbolic type_inf...Chris Bieneman
2019-05-17Revert [c++20] P1327R1: Support for typeid applied to objects of polymorphic ...Chris Bieneman
2019-05-17[c++20] P1327R1: Support for typeid applied to objects of polymorphicRichard Smith
2019-05-17Refactor constant evaluation of typeid(T) to track a symbolic type_infoRichard Smith
2019-05-13[c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith
2019-05-13Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...Hans Wennborg
2019-05-13[c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith
2019-05-09DR1872: don't allow any calls to virtual functions in constantRichard Smith
2019-05-09[c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith
2019-05-09[cxx_status] Mark support for std::is_constant_evaluated as done.Richard Smith
2019-05-09[cxx_dr_status] Update links to use wg21.link, and list "extension"Richard Smith
2019-05-09[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith
2019-05-06Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg