summaryrefslogtreecommitdiffstats
path: root/clang/docs/UsersManual.html
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-06-12 20:08:48 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-06-12 20:08:48 +0000
commit0f7d4455fe0110e24548fac42b066fa1101e59fe (patch)
tree4ecdb9b415ba582c67b4d7b8f964fc35b70088f1 /clang/docs/UsersManual.html
parent4e20479de8e6ccb40c198ea2e43f7af2845203c3 (diff)
downloadbcm5719-llvm-0f7d4455fe0110e24548fac42b066fa1101e59fe.tar.gz
bcm5719-llvm-0f7d4455fe0110e24548fac42b066fa1101e59fe.zip
Fix a minor formatting mistake.
llvm-svn: 73250
Diffstat (limited to 'clang/docs/UsersManual.html')
-rw-r--r--clang/docs/UsersManual.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html
index 90b305b2a5d..068fcaffd39 100644
--- a/clang/docs/UsersManual.html
+++ b/clang/docs/UsersManual.html
@@ -597,25 +597,25 @@ bug-reporting guidelines somewhere?).</p>
<h3 id="c_unsupp_gcc">Intentionally unsupported GCC extensions</h3>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
-<p>clang does not support the gcc extension that allows variable-length arrays
+<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
-extension appears to be rarely used.</p>
+extension appears to be rarely used.</li>
-<p>clang does not support duplicate definitions of a function where one is
+<li>clang does not support duplicate definitions of a function where one is
inline. This complicates clients of the AST which normally can expect there is
at most one definition for each function. Source code using this feature should
be changed to define the inline and out-of-line definitions in separate
-translation units.</p>
+translation units.</li>
<li>clang does not have an equivalent to gcc's "fold"; this means that
clang doesn't accept some constructs gcc might accept in contexts where a
constant expression is required, like "x-x" where x is a variable, or calls
to C library functions like strlen.</li>
-<p>clang does not support multiple alternative constraints in inline asm; this
+<li>clang does not support multiple alternative constraints in inline asm; this
is an extremely obscure feature which would be complicated to implement
-correctly.</p>
+correctly.</li>
<li>clang does not support __builtin_apply and friends; this extension is
extremely obscure and difficult to implement reliably.</li>
OpenPOWER on IntegriCloud