From: Daniel Dunbar Date: Tue, 12 May 2009 23:12:07 +0000 (+0000) Subject: Note a few more unsupported language extensions. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05fa629c9f61ae62bef5315344c840fe3d239328;p=clang Note a few more unsupported language extensions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71607 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 934e6843b6..64ebf57540 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -583,6 +583,13 @@ is infrequently used, so it is unlikely to be implemented anytime soon. 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. +
  • clang does not support global register variables, this is unlikely +to be implemented soon.
  • + +
  • 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.
  • +

    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.

    +
  • clang does not support the Microsoft extension where anonymous +record members can be declared using user defined types.
  • +

    Objective-C Language Features