summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-06-02 08:21:31 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-06-02 08:21:31 +0000
commit4da925578a43636cf8ad87f8fa82a8fe9b566c92 (patch)
tree84a823b1d6df4a849903bb3a33baaddfdb45466a /docs
parent3e753e279d2457cf16b45be88032c4a117f9adb3 (diff)
downloadclang-4da925578a43636cf8ad87f8fa82a8fe9b566c92.tar.gz
A couple minor corrections to the "GCC extensions not implemented yet"
section of the users manual. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72725 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/UsersManual.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html
index 5d8b0fd43f..3f48c4abe6 100644
--- a/docs/UsersManual.html
+++ b/docs/UsersManual.html
@@ -555,19 +555,19 @@ a relatively important feature, so it is likely to be implemented relatively
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