summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-07-14 00:14:59 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-07-14 00:14:59 +0000
commit63497c649245cc384c2986f63f713bef490d8da2 (patch)
treea5546d213d2fc4a10d94cfd054ec476e7fb1534c
parenta547eb27fa5ed28b631f5a72f369e68e9c3cca1f (diff)
downloadbcm5719-llvm-63497c649245cc384c2986f63f713bef490d8da2.tar.gz
bcm5719-llvm-63497c649245cc384c2986f63f713bef490d8da2.zip
www/cxx_status: give more precise links to initialization order wording
llvm-svn: 275351
-rw-r--r--clang/www/cxx_status.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index da9d2c618aa..4b4aea60edf 100644
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -14,6 +14,7 @@
.na { background-color: #DDDDDD }
span:target { background-color: #FFFFBB; outline: #DDDD55 solid thin; }
th { background-color: #FFDDAA }
+ td { vertical-align: middle }
</style>
</head>
<body>
@@ -698,9 +699,12 @@ as the draft C++1z standard evolves.</p>
<td class="none" align="center">No</td>
</tr>
<tr>
- <td>Stricter expression evaluation order (chapter 8 alternative)</td>
+ <td rowspan=2>Stricter expression evaluation order</td>
<td><a href="http://wg21.link/p0145r3">P0145R3</a></td>
- <td class="none" align="center">No</td>
+ <td class="none" align="center" rowspan=2>No</td>
+ </tr>
+ <tr>
+ <td><a href="http://wg21.link/p0400r0">P0400R0</a></td>
</tr>
<tr>
<td>Requirement to ignore unknown attributes</td>
OpenPOWER on IntegriCloud