summaryrefslogtreecommitdiffstats
path: root/clang/www/cxx_status.html
Commit message (Expand)AuthorAgeFilesLines
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-191-9/+8
* [Concepts] Update cxx_status.html with Concepts support statusSaar Raz2020-01-241-1/+4
* Implement latest C++ feature test macro recommendations.Richard Smith2019-12-191-10/+3
* [c++20] P1959R0: Remove support for std::*_equality.Richard Smith2019-12-161-2/+1
* [c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.Richard Smith2019-12-161-3/+1
* Mark the major papers for C++20 consistent comparisons as "done", andRichard Smith2019-12-151-2/+1
* [cxx_status] Fix paper number for "Concept auto" paper.Richard Smith2019-12-141-1/+1
* [cxx_status] Re-add missing cell.Richard Smith2019-12-101-0/+1
* [c++20] Implement P1946R0: allow defaulted comparisons to take theirRichard Smith2019-12-101-2/+1
* [c++20] Delete defaulted comparison functions if they would invoke anRichard Smith2019-12-101-2/+3
* [cxx_status] Fix table layout.Richard Smith2019-12-101-1/+1
* [cxx_status] Add missed Belfast paper affecting three-way comparisons.Richard Smith2019-12-101-1/+4
* [c++20] Determine whether a defaulted comparison should be deleted orRichard Smith2019-12-061-3/+1
* [cxx_status] Update with Belfast motions.Richard Smith2019-11-091-11/+40
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-241-214/+214
* [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
OpenPOWER on IntegriCloud