diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-05-12 23:12:07 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-05-12 23:12:07 +0000 |
commit | e83b560e0687b83a118ee352a93bc10014153248 (patch) | |
tree | e143c7ddba8ca54c18dcedc3ece5460c77a174e3 /clang/docs/UsersManual.html | |
parent | df1aeeeb9093ef64937c8b2fda4c9270a2c13209 (diff) | |
download | bcm5719-llvm-e83b560e0687b83a118ee352a93bc10014153248.tar.gz bcm5719-llvm-e83b560e0687b83a118ee352a93bc10014153248.zip |
Note a few more unsupported language extensions.
llvm-svn: 71607
Diffstat (limited to 'clang/docs/UsersManual.html')
-rw-r--r-- | clang/docs/UsersManual.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index 934e6843b6f..64ebf575406 100644 --- a/clang/docs/UsersManual.html +++ b/clang/docs/UsersManual.html @@ -583,6 +583,13 @@ is infrequently used, so it is unlikely to be implemented anytime soon.</li> 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 @@ option. Eventually, this will be the default for Windows targets. 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> <!-- ======================================================================= --> |