diff --git a/libcxx/www/atomic_design_c.html b/libcxx/www/atomic_design_c.html
index b4319174aba8..ea23fb8333eb 100644
--- a/libcxx/www/atomic_design_c.html
+++ b/libcxx/www/atomic_design_c.html
@@ -328,7 +328,7 @@ void __atomic_signal_fence_seq_cst()
Paper # | Group | Paper Name | Meeting | Status | First released version |
- 3346 | LWG | Terminology for Container Element Requirements - Rev 1 | Kona | Complete | 3.4 |
+ 3346 | LWG | Terminology for Container Element Requirements - Rev 1 | Kona | Complete | 3.4 |
| | | | | |
- 3421 | LWG | Making Operator Functors greater<> | Portland | Complete | 3.4 |
- 3462 | LWG | std::result_of and SFINAE | Portland | Complete | 3.4 |
- 3469 | LWG | Constexpr Library Additions: chrono, v3 | Portland | Complete | 3.4 |
- 3470 | LWG | Constexpr Library Additions: containers, v2 | Portland | Complete | 3.4 |
- 3471 | LWG | Constexpr Library Additions: utilities, v3 | Portland | Complete | 3.4 |
- 3302 | LWG | Constexpr Library Additions: complex, v2 | Portland | Complete | 3.4 |
+ 3421 | LWG | Making Operator Functors greater<> | Portland | Complete | 3.4 |
+ 3462 | LWG | std::result_of and SFINAE | Portland | Complete | 3.4 |
+ 3469 | LWG | Constexpr Library Additions: chrono, v3 | Portland | Complete | 3.4 |
+ 3470 | LWG | Constexpr Library Additions: containers, v2 | Portland | Complete | 3.4 |
+ 3471 | LWG | Constexpr Library Additions: utilities, v3 | Portland | Complete | 3.4 |
+ 3302 | LWG | Constexpr Library Additions: complex, v2 | Portland | Complete | 3.4 |
| | | | | |
@@ -76,31 +76,31 @@
- 3545 | LWG | An Incremental Improvement to integral_constant | Bristol | Complete | 3.4 |
- 3644 | LWG | Null Forward Iterators | Bristol | Complete | 3.4 |
- 3668 | LWG | std::exchange() | Bristol | Complete | 3.4 |
- 3658 | LWG | Compile-time integer sequences | Bristol | Complete | 3.4 |
- 3670 | LWG | Addressing Tuples by Type | Bristol | Complete | 3.4 |
- 3671 | LWG | Making non-modifying sequence operations more robust | Bristol | Complete | 3.4 |
- 3656 | LWG | make_unique | Bristol | Complete | 3.4 |
- 3654 | LWG | Quoted Strings | Bristol | Complete | 3.4 |
- 3642 | LWG | User-defined Literals | Bristol | Complete | 3.4 |
- 3655 | LWG | TransformationTraits Redux (excluding part 4) | Bristol | Complete | 3.4 |
- 3657 | LWG | Adding heterogeneous comparison lookup to associative containers | Bristol | Complete | 3.4 |
- 3672 | LWG | A proposal to add a utility class to represent optional objects | Bristol | Removed from Draft Standard | n/a |
- 3669 | LWG | Fixing constexpr member functions without const | Bristol | Complete | 3.4 |
- 3662 | LWG | C++ Dynamic Arrays (dynarray) | Bristol | Removed from Draft Standard | n/a |
+ 3545 | LWG | An Incremental Improvement to integral_constant | Bristol | Complete | 3.4 |
+ 3644 | LWG | Null Forward Iterators | Bristol | Complete | 3.4 |
+ 3668 | LWG | std::exchange() | Bristol | Complete | 3.4 |
+ 3658 | LWG | Compile-time integer sequences | Bristol | Complete | 3.4 |
+ 3670 | LWG | Addressing Tuples by Type | Bristol | Complete | 3.4 |
+ 3671 | LWG | Making non-modifying sequence operations more robust | Bristol | Complete | 3.4 |
+ 3656 | LWG | make_unique | Bristol | Complete | 3.4 |
+ 3654 | LWG | Quoted Strings | Bristol | Complete | 3.4 |
+ 3642 | LWG | User-defined Literals | Bristol | Complete | 3.4 |
+ 3655 | LWG | TransformationTraits Redux (excluding part 4) | Bristol | Complete | 3.4 |
+ 3657 | LWG | Adding heterogeneous comparison lookup to associative containers | Bristol | Complete | 3.4 |
+ 3672 | LWG | A proposal to add a utility class to represent optional objects | Bristol | Removed from Draft Standard | n/a |
+ 3669 | LWG | Fixing constexpr member functions without const | Bristol | Complete | 3.4 |
+ 3662 | LWG | C++ Dynamic Arrays (dynarray) | Bristol | Removed from Draft Standard | n/a |
- 3659 | SG1 | Shared Locking in C++ | Bristol | Complete | 3.4 |
+ 3659 | SG1 | Shared Locking in C++ | Bristol | Complete | 3.4 |
| | | | | |
- 3779 | LWG | User-defined Literals for std::complex | Chicago | Complete | 3.4 |
- 3789 | LWG | Constexpr Library Additions: functional | Chicago | Complete | 3.4 |
+ 3779 | LWG | User-defined Literals for std::complex | Chicago | Complete | 3.4 |
+ 3789 | LWG | Constexpr Library Additions: functional | Chicago | Complete | 3.4 |
| | | | | |
- 3924 | LWG | Discouraging rand() in C++14 | Issaquah | Complete | 3.5 |
- 3887 | LWG | Consistent Metafunction Aliases | Issaquah | Complete | 3.5 |
- 3891 | SG1 | A proposal to rename shared_mutex to shared_timed_mutex | Issaquah | Complete | 3.5 |
+ 3924 | LWG | Discouraging rand() in C++14 | Issaquah | Complete | 3.5 |
+ 3887 | LWG | Consistent Metafunction Aliases | Issaquah | Complete | 3.5 |
+ 3891 | SG1 | A proposal to rename shared_mutex to shared_timed_mutex | Issaquah | Complete | 3.5 |
diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html
index 00b20bf70f09..2a511d6af278 100644
--- a/libcxx/www/cxx1z_status.html
+++ b/libcxx/www/cxx1z_status.html
@@ -53,33 +53,33 @@
Paper # | Group | Paper Name | Meeting | Status | First released version |
- N3911 | LWG | TransformationTrait Alias void_t . | Urbana | Complete | 3.6 |
- N4089 | LWG | Safe conversions in unique_ptr<T[]> . | Urbana | In progress | 3.9 |
- N4169 | LWG | A proposal to add invoke function template | Urbana | Complete | 3.7 |
- N4190 | LWG | Removing auto_ptr, random_shuffle(), And Old Stuff. | Urbana | In progress | |
- N4258 | LWG | Cleaning-up noexcept in the Library. | Urbana | In progress | 3.7 |
- N4259 | CWG | Wording for std::uncaught_exceptions | Urbana | Complete | 3.7 |
- N4277 | LWG | TriviallyCopyable reference_wrapper . | Urbana | Complete | 3.2 |
- N4279 | LWG | Improved insertion interface for unique-key maps. | Urbana | Complete | 3.7 |
- N4280 | LWG | Non-member size() and more | Urbana | Complete | 3.6 |
- N4284 | LWG | Contiguous Iterators. | Urbana | Complete | 3.6 |
- N4285 | CWG | Cleanup for exception-specification and throw-expression. | Urbana | Complete | 4.0 |
+ N3911 | LWG | TransformationTrait Alias void_t . | Urbana | Complete | 3.6 |
+ N4089 | LWG | Safe conversions in unique_ptr<T[]> . | Urbana | In progress | 3.9 |
+ N4169 | LWG | A proposal to add invoke function template | Urbana | Complete | 3.7 |
+ N4190 | LWG | Removing auto_ptr, random_shuffle(), And Old Stuff. | Urbana | In progress | |
+ N4258 | LWG | Cleaning-up noexcept in the Library. | Urbana | In progress | 3.7 |
+ N4259 | CWG | Wording for std::uncaught_exceptions | Urbana | Complete | 3.7 |
+ N4277 | LWG | TriviallyCopyable reference_wrapper . | Urbana | Complete | 3.2 |
+ N4279 | LWG | Improved insertion interface for unique-key maps. | Urbana | Complete | 3.7 |
+ N4280 | LWG | Non-member size() and more | Urbana | Complete | 3.6 |
+ N4284 | LWG | Contiguous Iterators. | Urbana | Complete | 3.6 |
+ N4285 | CWG | Cleanup for exception-specification and throw-expression. | Urbana | Complete | 4.0 |
| | | | | |
- N4387 | LWG | improving pair and tuple | Lenexa | Complete | 4.0 |
- N4389 | LWG | bool_constant | Lenexa | Complete | 3.7 |
- N4508 | LWG | shared_mutex for C++17 | Lenexa | Complete | 3.7 |
- N4366 | LWG | LWG 2228 missing SFINAE rule | Lenexa | Complete | 3.1 |
- N4510 | LWG | Minimal incomplete type support for standard containers, revision 4 | Lenexa | Complete | 3.6 |
+ N4387 | LWG | improving pair and tuple | Lenexa | Complete | 4.0 |
+ N4389 | LWG | bool_constant | Lenexa | Complete | 3.7 |
+ N4508 | LWG | shared_mutex for C++17 | Lenexa | Complete | 3.7 |
+ N4366 | LWG | LWG 2228 missing SFINAE rule | Lenexa | Complete | 3.1 |
+ N4510 | LWG | Minimal incomplete type support for standard containers, revision 4 | Lenexa | Complete | 3.6 |
| | | | | |
- P0004R1 | LWG | Remove Deprecated iostreams aliases. | Kona | Complete | 3.8 |
- P0006R0 | LWG | Adopt Type Traits Variable Templates for C++17. | Kona | Complete | 3.8 |
- P0092R1 | LWG | Polishing <chrono> | Kona | Complete | 3.8 |
- P0007R1 | LWG | Constant View: A proposal for a std::as_const helper function template. | Kona | Complete | 3.8 |
- P0156R0 | LWG | Variadic lock_guard(rev 3). | Kona | Reverted in Kona | 3.9 |
- P0074R0 | LWG | Making std::owner_less more flexible | Kona | Complete | 3.8 |
- P0013R1 | LWG | Logical type traits rev 2 | Kona | Complete | 3.8 |
+ P0004R1 | LWG | Remove Deprecated iostreams aliases. | Kona | Complete | 3.8 |
+ P0006R0 | LWG | Adopt Type Traits Variable Templates for C++17. | Kona | Complete | 3.8 |
+ P0092R1 | LWG | Polishing <chrono> | Kona | Complete | 3.8 |
+ P0007R1 | LWG | Constant View: A proposal for a std::as_const helper function template. | Kona | Complete | 3.8 |
+ P0156R0 | LWG | Variadic lock_guard(rev 3). | Kona | Reverted in Kona | 3.9 |
+ P0074R0 | LWG | Making std::owner_less more flexible | Kona | Complete | 3.8 |
+ P0013R1 | LWG | Logical type traits rev 2 | Kona | Complete | 3.8 |
| | | | | |
P0024R2 | LWG | The Parallelism TS Should be Standardized | Jacksonville | | |
P0226R1 | LWG | Mathematical Special Functions for C++17 | Jacksonville | | |
diff --git a/libcxx/www/cxx2a_status.html b/libcxx/www/cxx2a_status.html
index 833e15d3abfc..974011d2cd5e 100644
--- a/libcxx/www/cxx2a_status.html
+++ b/libcxx/www/cxx2a_status.html
@@ -52,7 +52,7 @@
Paper # | Group | Paper Name | Meeting | Status | First released version |
P0463R1 | LWG | Endian just Endian | Toronto | | |
P0674R1 | LWG | Extending make_shared to Support Arrays | Toronto | | |
diff --git a/libcxx/www/ts1z_status.html b/libcxx/www/ts1z_status.html
index 48ce4542d38c..a50e27980850 100644
--- a/libcxx/www/ts1z_status.html
+++ b/libcxx/www/ts1z_status.html
@@ -43,14 +43,14 @@
Paper Number | Paper Title | TS |
- 4023 | C++ Extensions for Library Fundamentals | Library Fundamentals 1 |
- 3940 | Technical Specification - File System | File System |
+ 4023 | C++ Extensions for Library Fundamentals | Library Fundamentals 1 |
+ 3940 | Technical Specification - File System | File System |
| | |
- 4273 | Uniform Container Erasure. | Library Fundamentals 2 |
- 4061 | Greatest Common Divisor and Least Common Multiple. | Library Fundamentals 2 |
- 4257 | Delimited iterators. | Library Fundamentals 2 |
- 4282 | The World's Dumbest Smart Pointer. | Library Fundamentals 2 |
+ 4273 | Uniform Container Erasure. | Library Fundamentals 2 |
+ 4061 | Greatest Common Divisor and Least Common Multiple. | Library Fundamentals 2 |
+ 4257 | Delimited iterators. | Library Fundamentals 2 |
+ 4282 | The World's Dumbest Smart Pointer. | Library Fundamentals 2 |
| | |
diff --git a/libcxx/www/type_traits_design.html b/libcxx/www/type_traits_design.html
index 2c7f73b500ef..26cdeebcbf73 100644
--- a/libcxx/www/type_traits_design.html
+++ b/libcxx/www/type_traits_design.html
@@ -39,7 +39,7 @@
This is a survey of the type traits intrinsics clang has, and those needed.
The names and definitions of several of the needed type traits has recently
changed. Please see:
-N3142.
+N3142.
diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html
index 28ad9a0a73a8..04f1dda8b91f 100644
--- a/libcxx/www/upcoming_meeting.html
+++ b/libcxx/www/upcoming_meeting.html
@@ -50,7 +50,7 @@
Paper # | Group | Paper Name | Meeting | Status | First released version |