r177325 - Add a linebreak. Linebreaks are cool.
Richard Smith
richard-llvm at metafoo.co.uk
Mon Mar 18 14:57:53 PDT 2013
Author: rsmith
Date: Mon Mar 18 16:57:52 2013
New Revision: 177325
URL: http://llvm.org/viewvc/llvm-project?rev=177325&view=rev
Log:
Add a linebreak. Linebreaks are cool.
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=177325&r1=177324&r2=177325&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Mon Mar 18 16:57:52 2013
@@ -384,11 +384,11 @@ releases prior to version 3.2 in C++11 m
<p>
<span id="n2761">(1): The <code>[[carries_dependency]]</code> attribute
-has no effect.</span></br>
+has no effect.</span><br>
<span id="n2748">(2): All compare-exchange operations are emitted as
-strong compare-exchanges.</span><br />
+strong compare-exchanges.</span><br>
<span id="n2664">(3): <code>memory_order_consume</code> is lowered to
-<code>memory_order_acquire</code>.</span>
+<code>memory_order_acquire</code>.</span><br>
<span id="n1988">(4): <code>__int128</code> is not treated as an extended
integer type, because changing <code>intmax_t</code> would be an
ABI-incompatible change.</span>
More information about the cfe-commits
mailing list