summaryrefslogtreecommitdiff
path: root/www/cxx_status.html
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith2019-10-191-2/+5
* [c++20] P1152R4: warn on any simple-assignment to a volatile lvalueRichard Smith2019-10-091-1/+1
* [c++20] Implement most of P1152R4.Richard Smith2019-10-091-1/+1
* [cxx_status] Note that Clang has supported std::source_location sinceRichard Smith2019-10-081-1/+1
* Mark P0784R7 as complete and start defining its feature-test macro.Richard Smith2019-10-031-2/+1
* [cxx_status] Mark P0784R7 as partially complete.Richard Smith2019-09-291-1/+1
* [www] Turn 'Clang 9' boxes green in C++ status pages now Clang 9 isRichard Smith2019-09-201-15/+15
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-181-2/+1
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-1/+1
* [www] Mark items complete in Clang 9 as 'Clang 9' rather than 'SVN'.Richard Smith2019-09-031-17/+17
* [c++20] Add support for designated direct-list-initialization syntax.Richard Smith2019-08-311-1/+1
* Fix poorly formatted HTML in the cxx_status.html file caused by addingErich Keane2019-08-191-2/+3
* Update cxx_status.html with P1668 status.Erich Keane2019-08-191-0/+1
* Fix cxx_status html for r367027Erich Keane2019-07-251-1/+1
* Implement P1771Erich Keane2019-07-251-1/+1
* [c++20] P1161R3: a[b,c] is deprecated.Richard Smith2019-07-201-1/+1
* Mark P1301R4 in C++2a as being SVN instead.Aaron Ballman2019-07-201-1/+1
* We support P1301R4 in C++2a as of r366626.Aaron Ballman2019-07-201-1/+1
* [cxx_status] Update status page for WG21 Cologne meeting motions.Richard Smith2019-07-201-19/+92
* [cxx2a] P1236R1: the validity of a left shift does not depend on theRichard Smith2019-06-251-1/+1
* P0840R2: support for [[no_unique_address]] attributeRichard Smith2019-06-201-1/+1
* Part of P1091R3: permit structured bindings to be declared 'static' andRichard Smith2019-05-221-1/+1
* [c++20] P1330R0: permit simple-assignments that change the active memberRichard Smith2019-05-211-2/+1
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-1/+1
* [c++20] P1327R1: Support for typeid applied to objects of polymorphicRichard Smith2019-05-171-1/+2
* Revert [c++20] P1327R1: Support for typeid applied to objects of polymorphic ...Chris Bieneman2019-05-171-2/+1
* [c++20] P1327R1: Support for typeid applied to objects of polymorphicRichard Smith2019-05-171-1/+2
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-1/+1
* Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...Hans Wennborg2019-05-131-1/+1
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-1/+1
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-1/+1
* [cxx_status] Mark support for std::is_constant_evaluated as done.Richard Smith2019-05-091-1/+1
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-1/+1
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-1/+1
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-061-1/+1
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-1/+1
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-1/+1
* [c++20] Implement tweaked __VA_OPT__ rules from P1042R1:Richard Smith2019-05-041-1/+1
* [cxx_status] Don't list -fmodules / -fmodules-ts against C++ modulesRichard Smith2019-05-041-1/+1
* [cxx_status] Replace "SVN" entries with Clang 8 as appropriate.Richard Smith2019-05-041-11/+11
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-1/+1
* Enable coroutines under -std=c++2a.Richard Smith2019-02-231-1/+1
* [cxx_status] Update to match Kona motions.Richard Smith2019-02-231-8/+59
* Implementation Feature Test Macros for P0722R3Chris Kennelly2019-01-111-3/+8
* [constexpr][c++2a] Try-catch blocks in constexpr functionsBruno Cardoso Lopes2018-12-101-1/+3
* [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith2018-11-141-1/+7
* Implement P1094R2 (nested inline namespaces)Erich Keane2018-11-121-1/+1
* [cxx_status] Update for San Diego motions.Richard Smith2018-11-101-7/+51
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-1/+1
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-1/+1