]> granicus.if.org Git - clang/commitdiff
Minor formatting tweak.
authorEli Friedman <eli.friedman@gmail.com>
Fri, 12 Jun 2009 20:11:05 +0000 (20:11 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 12 Jun 2009 20:11:05 +0000 (20:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73251 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.html

index 068fcaffd39c7edeceade219bc84befce7b05930..5ee52f6ea9fa5572f26b810e543500d1a1969eb3 100644 (file)
@@ -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>
 <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->