From: Eli Friedman Date: Tue, 2 Jun 2009 08:21:31 +0000 (+0000) Subject: A couple minor corrections to the "GCC extensions not implemented yet" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4da925578a43636cf8ad87f8fa82a8fe9b566c92;p=clang A couple minor corrections to the "GCC extensions not implemented yet" section of the users manual. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72725 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 5d8b0fd43f..3f48c4abe6 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -555,19 +555,19 @@ a relatively important feature, so it is likely to be implemented relatively soon.
  • clang does not support #pragma weak -(bug 3679). Due to +(bug 3679). Due to the uses described in the bug, this is likely to be implemented at some point, at least partially.
  • clang does not support #pragma align -(bug 3811). This is a +(bug 3811). This is a relatively small feature, so it is likely to be implemented relatively soon.
  • -
  • clang does not support code generation for variables pinned to registers -(bug 3933). This -is a relatively small feature, so it is likely to be implemented relatively -soon.
  • +
  • clang does not support code generation for local variables pinned to +registers (bug 3933). +This is a relatively small feature, so it is likely to be implemented +relatively soon.
  • clang does not support decimal floating point types (_Decimal32 and friends) or fixed-point types (_Fract and friends); nobody has expressed