summaryrefslogtreecommitdiffstats
path: root/clang/docs/UsersManual.html
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-05-16 23:17:30 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-05-16 23:17:30 +0000
commitc3dcdd098079ac2b41305b99c565a191688768cb (patch)
tree0bba4184933c995f527ec0175b67ccf19cc62270 /clang/docs/UsersManual.html
parent7bf3c4227da441a7911a69578817c698c6cf2539 (diff)
downloadbcm5719-llvm-c3dcdd098079ac2b41305b99c565a191688768cb.tar.gz
bcm5719-llvm-c3dcdd098079ac2b41305b99c565a191688768cb.zip
A few minor updates to the user manual.
llvm-svn: 71964
Diffstat (limited to 'clang/docs/UsersManual.html')
-rw-r--r--clang/docs/UsersManual.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html
index 8cacf7fd57a..f2658e98168 100644
--- a/clang/docs/UsersManual.html
+++ b/clang/docs/UsersManual.html
@@ -510,6 +510,9 @@ in gnu* modes.</li>
-trigraphs option.</li>
<li>The parser recognizes "asm" and "typeof" as keywords in gnu* modes; the
variants "__asm__" and "__typeof__" are recognized in all modes.</li>
+<li>The Apple "blocks" extension is recognized by default in gnu* modes
+on some platforms; it can be enabled in any mode with the "-fblocks"
+option.</li>
<li>Some warnings are different.</li>
</ul>
@@ -526,7 +529,6 @@ statement is different. (example: "if ((struct x {int x;}*)0) {}".)</li>
<li>Commas are allowed in integer constant expressions in *99 modes.</li>
<li>Arrays which are not lvalues are not implicitly promoted to pointers in
*89 modes.</li>
-<li>Constructs like "&*X" are always allowed in *99 modes.</li>
<li>Some warnings are different.</li>
</ul>
@@ -561,11 +563,6 @@ point, at least partially.</li>
relatively small feature, so it is likely to be implemented relatively
soon.</li>
-<li>clang does not implement overloads for the __sync_* builtins
-(<a href="http://llvm.org/bugs/show_bug.cgi?id=2461">bug 3824</a>). The
-builtins only currently work with 32-bit types. 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
OpenPOWER on IntegriCloud