[cfe-commits] r73251 - /cfe/trunk/docs/UsersManual.html
Eli Friedman
eli.friedman at gmail.com
Fri Jun 12 13:11:06 PDT 2009
Author: efriedma
Date: Fri Jun 12 15:11:05 2009
New Revision: 73251
URL: http://llvm.org/viewvc/llvm-project?rev=73251&view=rev
Log:
Minor formatting tweak.
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=73251&r1=73250&r2=73251&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Fri Jun 12 15:11:05 2009
@@ -597,6 +597,8 @@
<h3 id="c_unsupp_gcc">Intentionally unsupported GCC extensions</h3>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
+<ul>
+
<li>clang does not support the gcc extension that allows variable-length arrays
in structures. This is for a few of reasons: one, it is tricky
to implement, two, the extension is completely undocumented, and three, the
@@ -620,6 +622,8 @@
<li>clang does not support __builtin_apply and friends; this extension is
extremely obscure and difficult to implement reliably.</li>
+</ul>
+
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
<h3 id="c_ms">Microsoft extensions</h3>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
More information about the cfe-commits
mailing list