]> granicus.if.org Git - clang/commitdiff
we now support __label__
authorChris Lattner <sabre@nondot.org>
Fri, 18 Feb 2011 04:12:08 +0000 (04:12 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 18 Feb 2011 04:12:08 +0000 (04:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125826 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.html

index 528376d5dd4b8b71f00e3cd353f59a9e96b49115..82c4fa27321eecbfbe03291185ee6a4e2eb67754 100644 (file)
@@ -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