aboutsummaryrefslogtreecommitdiff
path: root/docs/UsersManual.html
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-06-12 20:11:05 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-06-12 20:11:05 +0000
commit0b32600195ad729de9e78f073aa509cd9991d52e (patch)
tree8b9801e3eb0bd42c90e737439e76c2990641c859 /docs/UsersManual.html
parent2f3fca0fe12eedba58db4c48a6ce7755b07f2578 (diff)
Minor formatting tweak.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73251 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r--docs/UsersManual.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html
index 068fcaffd3..5ee52f6ea9 100644
--- a/docs/UsersManual.html
+++ b/docs/UsersManual.html
@@ -597,6 +597,8 @@ bug-reporting guidelines somewhere?).</p>
<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 @@ correctly.</li>
<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>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->