[cfe-commits] r125826 - /cfe/trunk/docs/UsersManual.html

Chris Lattner sabre at nondot.org
Thu Feb 17 20:12:08 PST 2011


Author: lattner
Date: Thu Feb 17 22:12:08 2011
New Revision: 125826

URL: http://llvm.org/viewvc/llvm-project?rev=125826&view=rev
Log:
we now support __label__

Modified:
    cfe/trunk/docs/UsersManual.html

Modified: cfe/trunk/docs/UsersManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=125826&r1=125825&r2=125826&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Thu Feb 17 22:12:08 2011
@@ -825,10 +825,6 @@
 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





More information about the cfe-commits mailing list