[cfe-commits] r71607 - /cfe/trunk/docs/UsersManual.html
Daniel Dunbar
daniel at zuster.org
Tue May 12 16:12:13 PDT 2009
Author: ddunbar
Date: Tue May 12 18:12:07 2009
New Revision: 71607
URL: http://llvm.org/viewvc/llvm-project?rev=71607&view=rev
Log:
Note a few more unsupported language extensions.
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=71607&r1=71606&r2=71607&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Tue May 12 18:12:07 2009
@@ -583,6 +583,13 @@
complex code generator support that does not currently exist in LLVM, and there
is very little demand, so it is unlikely to be implemented anytime soon.</li>
+<li>clang does not support global register variables, this is unlikely
+to be implemented soon.</li>
+
+<li>clang does not support static initialization of flexible array
+members. This appears to be a rarely used extension, but could be
+implemented pending user demand.</li>
+
</ul>
<p>This is not a complete list; if you find an unsupported extension
@@ -612,6 +619,9 @@
These extensions are not anywhere near complete, so please do not
file bugs; patches are welcome, though.</p>
+<li>clang does not support the Microsoft extension where anonymous
+record members can be declared using user defined types.</li>
+
<!-- ======================================================================= -->
<h2 id="objc">Objective-C Language Features</h2>
<!-- ======================================================================= -->
More information about the cfe-commits
mailing list