From: Eli Friedman
Date: Fri, 12 Jun 2009 20:11:05 +0000 (+0000)
Subject: Minor formatting tweak.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b32600195ad729de9e78f073aa509cd9991d52e;p=clang
Minor formatting tweak.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73251 91177308-0d34-0410-b5e6-96231b3b80d8
---
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?).
Intentionally unsupported GCC extensions
+
+
- 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.
- clang does not support __builtin_apply and friends; this extension is
extremely obscure and difficult to implement reliably.
+
+
Microsoft extensions