[cfe-commits] r72725 - /cfe/trunk/docs/UsersManual.html

Eli Friedman eli.friedman at gmail.com
Tue Jun 2 01:21:40 PDT 2009


Author: efriedma
Date: Tue Jun  2 03:21:31 2009
New Revision: 72725

URL: http://llvm.org/viewvc/llvm-project?rev=72725&view=rev
Log:
A couple minor corrections to the "GCC extensions not implemented yet" 
section of the users manual.


Modified:
    cfe/trunk/docs/UsersManual.html

Modified: cfe/trunk/docs/UsersManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=72725&r1=72724&r2=72725&view=diff

==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Tue Jun  2 03:21:31 2009
@@ -555,19 +555,19 @@
 soon.</li>
 
 <li>clang does not support #pragma weak
-(<a href="http://llvm.org/bugs/show_bug.cgi?id=2461">bug 3679</a>). Due to
+(<a href="http://llvm.org/bugs/show_bug.cgi?id=3679">bug 3679</a>). Due to
 the uses described in the bug, this is likely to be implemented at some
 point, at least partially.</li>
 
 <li>clang does not support #pragma align
-(<a href="http://llvm.org/bugs/show_bug.cgi?id=2461">bug 3811</a>). This is a
+(<a href="http://llvm.org/bugs/show_bug.cgi?id=3811">bug 3811</a>). This is a
 relatively small feature, so it is likely to be implemented relatively
 soon.</li>
 
-<li>clang does not support code generation for variables pinned to registers
-(<a href="http://llvm.org/bugs/show_bug.cgi?id=3933">bug 3933</a>).  This
-is a relatively small feature, so it is likely to be implemented relatively
-soon.</li>
+<li>clang does not support code generation for local variables pinned to
+registers (<a href="http://llvm.org/bugs/show_bug.cgi?id=3933">bug 3933</a>).
+This is a relatively small feature, so it is likely to be implemented
+relatively soon.</li>
 
 <li>clang does not support decimal floating point types (_Decimal32 and
 friends) or fixed-point types (_Fract and friends); nobody has expressed





More information about the cfe-commits mailing list