diff options
author | Chris Lattner <sabre@nondot.org> | 2011-02-18 04:12:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-02-18 04:12:08 +0000 |
commit | 98559672cfbaa1484e719a80fd403e944db917e1 (patch) | |
tree | dbd3a173a775e4735b2cb67d0a10c47d09aac453 | |
parent | 1e856d99c52d9e93eab48084c3aca4a59204b94b (diff) |
we now support __label__
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125826 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/UsersManual.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 528376d5dd..82c4fa2732 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -825,10 +825,6 @@ c94 mode (FIXME: And __STDC_VERSION__ should be defined!).</p> extensions are not implemented yet:</p> <ul> -<li>clang does not support __label__ -(<a href="http://llvm.org/bugs/show_bug.cgi?id=3429">bug 3429</a>). This is -a relatively small feature, so it is likely to be implemented relatively -soon.</li> <li>clang does not support #pragma weak (<a href="http://llvm.org/bugs/show_bug.cgi?id=3679">bug 3679</a>). Due to |