From: Chris Lattner
Date: Fri, 18 Feb 2011 04:12:08 +0000 (+0000)
Subject: we now support __label__
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98559672cfbaa1484e719a80fd403e944db917e1;p=clang
we now support __label__
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125826 91177308-0d34-0410-b5e6-96231b3b80d8
---
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!).
extensions are not implemented yet:
-- clang does not support __label__
-(bug 3429). This is
-a relatively small feature, so it is likely to be implemented relatively
-soon.
- clang does not support #pragma weak
(bug 3679). Due to