index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
www
/
cxx_status.html
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang
Richard Smith
2020-02-19
1
-9
/
+8
*
[Concepts] Update cxx_status.html with Concepts support status
Saar Raz
2020-01-24
1
-1
/
+4
*
Implement latest C++ feature test macro recommendations.
Richard Smith
2019-12-19
1
-10
/
+3
*
[c++20] P1959R0: Remove support for std::*_equality.
Richard Smith
2019-12-16
1
-2
/
+1
*
[c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.
Richard Smith
2019-12-16
1
-3
/
+1
*
Mark the major papers for C++20 consistent comparisons as "done", and
Richard Smith
2019-12-15
1
-2
/
+1
*
[cxx_status] Fix paper number for "Concept auto" paper.
Richard Smith
2019-12-14
1
-1
/
+1
*
[cxx_status] Re-add missing cell.
Richard Smith
2019-12-10
1
-0
/
+1
*
[c++20] Implement P1946R0: allow defaulted comparisons to take their
Richard Smith
2019-12-10
1
-2
/
+1
*
[c++20] Delete defaulted comparison functions if they would invoke an
Richard Smith
2019-12-10
1
-2
/
+3
*
[cxx_status] Fix table layout.
Richard Smith
2019-12-10
1
-1
/
+1
*
[cxx_status] Add missed Belfast paper affecting three-way comparisons.
Richard Smith
2019-12-10
1
-1
/
+4
*
[c++20] Determine whether a defaulted comparison should be deleted or
Richard Smith
2019-12-06
1
-3
/
+1
*
[cxx_status] Update with Belfast motions.
Richard Smith
2019-11-09
1
-11
/
+40
*
[www] Change URLs to HTTPS.
Stephan T. Lavavej
2019-10-24
1
-214
/
+214
*
[c++20] Add rewriting from comparison operators to <=> / ==.
Richard Smith
2019-10-19
1
-2
/
+5
*
[c++20] P1152R4: warn on any simple-assignment to a volatile lvalue
Richard Smith
2019-10-09
1
-1
/
+1
*
[c++20] Implement most of P1152R4.
Richard Smith
2019-10-09
1
-1
/
+1
*
[cxx_status] Note that Clang has supported std::source_location since
Richard Smith
2019-10-08
1
-1
/
+1
*
Mark P0784R7 as complete and start defining its feature-test macro.
Richard Smith
2019-10-03
1
-2
/
+1
*
[cxx_status] Mark P0784R7 as partially complete.
Richard Smith
2019-09-29
1
-1
/
+1
*
[www] Turn 'Clang 9' boxes green in C++ status pages now Clang 9 is
Richard Smith
2019-09-20
1
-15
/
+15
*
[c++20] P1331R2: Allow transient use of uninitialized objects in
Richard Smith
2019-09-18
1
-2
/
+1
*
[c++20] P1143R2: Add support for the C++20 'constinit' keyword.
Richard Smith
2019-09-04
1
-1
/
+1
*
[www] Mark items complete in Clang 9 as 'Clang 9' rather than 'SVN'.
Richard Smith
2019-09-03
1
-17
/
+17
*
[c++20] Add support for designated direct-list-initialization syntax.
Richard Smith
2019-08-31
1
-1
/
+1
*
Fix poorly formatted HTML in the cxx_status.html file caused by adding
Erich Keane
2019-08-19
1
-2
/
+3
*
Update cxx_status.html with P1668 status.
Erich Keane
2019-08-19
1
-0
/
+1
*
Fix cxx_status html for r367027
Erich Keane
2019-07-25
1
-1
/
+1
*
Implement P1771
Erich Keane
2019-07-25
1
-1
/
+1
*
[c++20] P1161R3: a[b,c] is deprecated.
Richard Smith
2019-07-20
1
-1
/
+1
*
Mark P1301R4 in C++2a as being SVN instead.
Aaron Ballman
2019-07-20
1
-1
/
+1
*
We support P1301R4 in C++2a as of r366626.
Aaron Ballman
2019-07-20
1
-1
/
+1
*
[cxx_status] Update status page for WG21 Cologne meeting motions.
Richard Smith
2019-07-20
1
-19
/
+92
*
[cxx2a] P1236R1: the validity of a left shift does not depend on the
Richard Smith
2019-06-25
1
-1
/
+1
*
P0840R2: support for [[no_unique_address]] attribute
Richard Smith
2019-06-20
1
-1
/
+1
*
Part of P1091R3: permit structured bindings to be declared 'static' and
Richard Smith
2019-05-22
1
-1
/
+1
*
[c++20] P1330R0: permit simple-assignments that change the active member
Richard Smith
2019-05-21
1
-2
/
+1
*
[c++20] P0780R2: Support pack-expansion of init-captures.
Richard Smith
2019-05-21
1
-1
/
+1
*
[c++20] P1327R1: Support for typeid applied to objects of polymorphic
Richard Smith
2019-05-17
1
-1
/
+2
*
Revert [c++20] P1327R1: Support for typeid applied to objects of polymorphic ...
Chris Bieneman
2019-05-17
1
-2
/
+1
*
[c++20] P1327R1: Support for typeid applied to objects of polymorphic
Richard Smith
2019-05-17
1
-1
/
+2
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
1
-1
/
+1
*
Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...
Hans Wennborg
2019-05-13
1
-1
/
+1
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
1
-1
/
+1
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-1
/
+1
*
[cxx_status] Mark support for std::is_constant_evaluated as done.
Richard Smith
2019-05-09
1
-1
/
+1
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-1
/
+1
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-1
/
+1
*
P1286R2: Remove restriction that the exception specification of a
Richard Smith
2019-05-06
1
-1
/
+1
[next]