diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-06-02 08:21:31 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-06-02 08:21:31 +0000 |
commit | 164da6618e22bfa0537024b788cb800d395e5d17 (patch) | |
tree | 91a055a24bde026f7e54dfd51398c43a6c0125d9 /clang/docs/UsersManual.html | |
parent | fd80b2af16ccbb9aa5370ecf3bbe35350c368751 (diff) | |
download | bcm5719-llvm-164da6618e22bfa0537024b788cb800d395e5d17.tar.gz bcm5719-llvm-164da6618e22bfa0537024b788cb800d395e5d17.zip |
A couple minor corrections to the "GCC extensions not implemented yet"
section of the users manual.
llvm-svn: 72725
Diffstat (limited to 'clang/docs/UsersManual.html')
-rw-r--r-- | clang/docs/UsersManual.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index 5d8b0fd43f3..3f48c4abe6f 100644 --- a/clang/docs/UsersManual.html +++ b/clang/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 |