[cfe-commits] r145822 - /cfe/trunk/docs/UsersManual.html
Chris Lattner
sabre at nondot.org
Mon Dec 5 10:29:03 PST 2011
Author: lattner
Date: Mon Dec 5 12:29:03 2011
New Revision: 145822
URL: http://llvm.org/viewvc/llvm-project?rev=145822&view=rev
Log:
we got badgered into supporting multi-alternative constraints.
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=145822&r1=145821&r2=145822&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Mon Dec 5 12:29:03 2011
@@ -956,10 +956,6 @@
clang doesn't accept some constructs gcc might accept in contexts where a
constant expression is required, like "x-x" where x is a variable.</li>
-<li>clang does not support multiple alternative constraints in inline asm; this
-is an extremely obscure feature which would be complicated to implement
-correctly.</li>
-
<li>clang does not support __builtin_apply and friends; this extension is
extremely obscure and difficult to implement reliably.</li>
More information about the cfe-commits
mailing list