[PATCH] D78068: [www] Turn 'Clang 10' boxes green in C++ status pages to reflect release

2020-04-15 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman added inline comments.



Comment at: clang/www/cxx_dr_status.html:3
   "http://www.w3.org/TR/html4/strict.dtd;>
 
 

hubert.reinterpretcast wrote:
> hubert.reinterpretcast wrote:
> > rsmith wrote:
> > > Please heed this comment, and check in a matching change to 
> > > `make_cxx_dr_status` =)
> > Thanks for pointing this out (I didn't see the comment).
> @rsmith, I've posted D78172 to make the change.
Sorry about missing that comment as well!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78068/new/

https://reviews.llvm.org/D78068



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D78068: [www] Turn 'Clang 10' boxes green in C++ status pages to reflect release

2020-04-14 Thread Hubert Tong via Phabricator via cfe-commits
hubert.reinterpretcast marked 3 inline comments as done.
hubert.reinterpretcast added inline comments.



Comment at: clang/www/cxx_dr_status.html:3
   "http://www.w3.org/TR/html4/strict.dtd;>
 
 

hubert.reinterpretcast wrote:
> rsmith wrote:
> > Please heed this comment, and check in a matching change to 
> > `make_cxx_dr_status` =)
> Thanks for pointing this out (I didn't see the comment).
@rsmith, I've posted D78172 to make the change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78068/new/

https://reviews.llvm.org/D78068



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D78068: [www] Turn 'Clang 10' boxes green in C++ status pages to reflect release

2020-04-14 Thread Hubert Tong via Phabricator via cfe-commits
hubert.reinterpretcast added inline comments.



Comment at: clang/www/cxx_dr_status.html:3
   "http://www.w3.org/TR/html4/strict.dtd;>
 
 

rsmith wrote:
> Please heed this comment, and check in a matching change to 
> `make_cxx_dr_status` =)
Thanks for pointing this out (I didn't see the comment).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78068/new/

https://reviews.llvm.org/D78068



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D78068: [www] Turn 'Clang 10' boxes green in C++ status pages to reflect release

2020-04-14 Thread Richard Smith - zygoloid via Phabricator via cfe-commits
rsmith added inline comments.



Comment at: clang/www/cxx_dr_status.html:3
   "http://www.w3.org/TR/html4/strict.dtd;>
 
 

Please heed this comment, and check in a matching change to 
`make_cxx_dr_status` =)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78068/new/

https://reviews.llvm.org/D78068



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D78068: [www] Turn 'Clang 10' boxes green in C++ status pages to reflect release

2020-04-14 Thread Hubert Tong via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes.
Closed by commit rG021a333bfca3: [www] Turn Clang 10 boxes green in 
C++ status pages to reflect release (authored by hubert.reinterpretcast).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78068/new/

https://reviews.llvm.org/D78068

Files:
  clang/www/cxx_dr_status.html
  clang/www/cxx_status.html


Index: clang/www/cxx_status.html
===
--- clang/www/cxx_status.html
+++ clang/www/cxx_status.html
@@ -864,7 +864,7 @@
 
   Designated initializers
   https://wg21.link/p0329r4;>P0329R4
-  Clang 10
+  Clang 10
 
 
   template-parameter-list for generic lambdas
@@ -874,7 +874,7 @@
 
   Concepts
   https://wg21.link/p0734r0;>P0734R0
-  Clang 10
+  Clang 10
 

 https://wg21.link/p0857r0;>P0857R0
@@ -891,7 +891,7 @@
   
   
 https://wg21.link/p1616r1;>P1616R1
-Clang 10
+Clang 10
   
   
 https://wg21.link/p1452r2;>P1452R2
@@ -932,7 +932,7 @@
 
   Consistent comparison (operator=)
   https://wg21.link/p0515r3;>P0515R3
-  Clang 10
+  Clang 10
 

 https://wg21.link/p0905r1;>P0905R1
@@ -1031,7 +1031,7 @@
   

 https://wg21.link/p1331r2;>P1331R2
-Clang 10
+Clang 10
   
   
 https://wg21.link/p1668r1;>P1668R1
@@ -1160,7 +1160,7 @@
 
   Deprecate some problematic uses of volatile
   https://wg21.link/p1152r4;>P1152R4
-  Clang 10
+  Clang 10
 
 
   [[nodiscard("with reason")]]
@@ -1193,7 +1193,7 @@
 
   constinit
   https://wg21.link/p1143r2;>P1143R2
-  Clang 10
+  Clang 10
 
 
 
@@ -1273,7 +1273,7 @@
   
 
 
-  
+  
 Clang 10 (https://wg21.link/p1902r1;>P1902R1)
   
 
Index: clang/www/cxx_dr_status.html
===
--- clang/www/cxx_dr_status.html
+++ clang/www/cxx_dr_status.html
@@ -9421,7 +9421,7 @@
 https://wg21.link/cwg1601;>1601
 C++14
 Promotion of enumeration with fixed underlying type
-Clang 10
+Clang 10
   
   
 https://wg21.link/cwg1602;>1602
@@ -13927,7 +13927,7 @@
 https://wg21.link/cwg2352;>2352
 DR
 Similar types and reference binding
-Clang 10
+Clang 10
   
   
 https://wg21.link/cwg2353;>2353


Index: clang/www/cxx_status.html
===
--- clang/www/cxx_status.html
+++ clang/www/cxx_status.html
@@ -864,7 +864,7 @@
 
   Designated initializers
   https://wg21.link/p0329r4;>P0329R4
-  Clang 10
+  Clang 10
 
 
   template-parameter-list for generic lambdas
@@ -874,7 +874,7 @@
 
   Concepts
   https://wg21.link/p0734r0;>P0734R0
-  Clang 10
+  Clang 10
 

 https://wg21.link/p0857r0;>P0857R0
@@ -891,7 +891,7 @@
   
   
 https://wg21.link/p1616r1;>P1616R1
-Clang 10
+Clang 10
   
   
 https://wg21.link/p1452r2;>P1452R2
@@ -932,7 +932,7 @@
 
   Consistent comparison (operator=)
   https://wg21.link/p0515r3;>P0515R3
-  Clang 10
+  Clang 10
 

 https://wg21.link/p0905r1;>P0905R1
@@ -1031,7 +1031,7 @@
   

 https://wg21.link/p1331r2;>P1331R2
-Clang 10
+Clang 10
   
   
 https://wg21.link/p1668r1;>P1668R1
@@ -1160,7 +1160,7 @@
 
   Deprecate some problematic uses of volatile
   https://wg21.link/p1152r4;>P1152R4
-  Clang 10
+  Clang 10
 
 
   [[nodiscard("with reason")]]
@@ -1193,7 +1193,7 @@
 
   constinit
   https://wg21.link/p1143r2;>P1143R2
-  Clang 10
+  Clang 10
 
 
 
@@ -1273,7 +1273,7 @@
   
 
 
-  
+  
 Clang 10 (https://wg21.link/p1902r1;>P1902R1)
   
 
Index: clang/www/cxx_dr_status.html
===
--- clang/www/cxx_dr_status.html
+++ clang/www/cxx_dr_status.html
@@ -9421,7 +9421,7 @@
 https://wg21.link/cwg1601;>1601
 C++14
 Promotion of enumeration with fixed underlying type
-Clang 10
+Clang 10
   
   
 https://wg21.link/cwg1602;>1602
@@ -13927,7 +13927,7 @@
 https://wg21.link/cwg2352;>2352
 DR
 Similar types and reference binding
-Clang 10
+Clang 10
   
   
 https://wg21.link/cwg2353;>2353
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D78068: [www] Turn 'Clang 10' boxes green in C++ status pages to reflect release

2020-04-14 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78068/new/

https://reviews.llvm.org/D78068



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D78068: [www] Turn 'Clang 10' boxes green in C++ status pages to reflect release

2020-04-13 Thread Hubert Tong via Phabricator via cfe-commits
hubert.reinterpretcast created this revision.
hubert.reinterpretcast added reviewers: rsmith, aaron.ballman.
Herald added a project: clang.

The 'Clang 10' boxes should be green since Clang 10 has been released.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78068

Files:
  clang/www/cxx_dr_status.html
  clang/www/cxx_status.html


Index: clang/www/cxx_status.html
===
--- clang/www/cxx_status.html
+++ clang/www/cxx_status.html
@@ -864,7 +864,7 @@
 
   Designated initializers
   https://wg21.link/p0329r4;>P0329R4
-  Clang 10
+  Clang 10
 
 
   template-parameter-list for generic lambdas
@@ -874,7 +874,7 @@
 
   Concepts
   https://wg21.link/p0734r0;>P0734R0
-  Clang 10
+  Clang 10
 

 https://wg21.link/p0857r0;>P0857R0
@@ -891,7 +891,7 @@
   
   
 https://wg21.link/p1616r1;>P1616R1
-Clang 10
+Clang 10
   
   
 https://wg21.link/p1452r2;>P1452R2
@@ -932,7 +932,7 @@
 
   Consistent comparison (operator=)
   https://wg21.link/p0515r3;>P0515R3
-  Clang 10
+  Clang 10
 

 https://wg21.link/p0905r1;>P0905R1
@@ -1031,7 +1031,7 @@
   

 https://wg21.link/p1331r2;>P1331R2
-Clang 10
+Clang 10
   
   
 https://wg21.link/p1668r1;>P1668R1
@@ -1160,7 +1160,7 @@
 
   Deprecate some problematic uses of volatile
   https://wg21.link/p1152r4;>P1152R4
-  Clang 10
+  Clang 10
 
 
   [[nodiscard("with reason")]]
@@ -1193,7 +1193,7 @@
 
   constinit
   https://wg21.link/p1143r2;>P1143R2
-  Clang 10
+  Clang 10
 
 
 
@@ -1273,7 +1273,7 @@
   
 
 
-  
+  
 Clang 10 (https://wg21.link/p1902r1;>P1902R1)
   
 
Index: clang/www/cxx_dr_status.html
===
--- clang/www/cxx_dr_status.html
+++ clang/www/cxx_dr_status.html
@@ -9421,7 +9421,7 @@
 https://wg21.link/cwg1601;>1601
 C++14
 Promotion of enumeration with fixed underlying type
-Clang 10
+Clang 10
   
   
 https://wg21.link/cwg1602;>1602
@@ -13927,7 +13927,7 @@
 https://wg21.link/cwg2352;>2352
 DR
 Similar types and reference binding
-Clang 10
+Clang 10
   
   
 https://wg21.link/cwg2353;>2353


Index: clang/www/cxx_status.html
===
--- clang/www/cxx_status.html
+++ clang/www/cxx_status.html
@@ -864,7 +864,7 @@
 
   Designated initializers
   https://wg21.link/p0329r4;>P0329R4
-  Clang 10
+  Clang 10
 
 
   template-parameter-list for generic lambdas
@@ -874,7 +874,7 @@
 
   Concepts
   https://wg21.link/p0734r0;>P0734R0
-  Clang 10
+  Clang 10
 

 https://wg21.link/p0857r0;>P0857R0
@@ -891,7 +891,7 @@
   
   
 https://wg21.link/p1616r1;>P1616R1
-Clang 10
+Clang 10
   
   
 https://wg21.link/p1452r2;>P1452R2
@@ -932,7 +932,7 @@
 
   Consistent comparison (operator=)
   https://wg21.link/p0515r3;>P0515R3
-  Clang 10
+  Clang 10
 

 https://wg21.link/p0905r1;>P0905R1
@@ -1031,7 +1031,7 @@
   

 https://wg21.link/p1331r2;>P1331R2
-Clang 10
+Clang 10
   
   
 https://wg21.link/p1668r1;>P1668R1
@@ -1160,7 +1160,7 @@
 
   Deprecate some problematic uses of volatile
   https://wg21.link/p1152r4;>P1152R4
-  Clang 10
+  Clang 10
 
 
   [[nodiscard("with reason")]]
@@ -1193,7 +1193,7 @@
 
   constinit
   https://wg21.link/p1143r2;>P1143R2
-  Clang 10
+  Clang 10
 
 
 
@@ -1273,7 +1273,7 @@
   
 
 
-  
+  
 Clang 10 (https://wg21.link/p1902r1;>P1902R1)
   
 
Index: clang/www/cxx_dr_status.html
===
--- clang/www/cxx_dr_status.html
+++ clang/www/cxx_dr_status.html
@@ -9421,7 +9421,7 @@
 https://wg21.link/cwg1601;>1601
 C++14
 Promotion of enumeration with fixed underlying type
-Clang 10
+Clang 10
   
   
 https://wg21.link/cwg1602;>1602
@@ -13927,7 +13927,7 @@
 https://wg21.link/cwg2352;>2352
 DR
 Similar types and reference binding
-Clang 10
+Clang 10
   
   
 https://wg21.link/cwg2353;>2353
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits