]> granicus.if.org Git - clang/commitdiff
we got badgered into supporting multi-alternative constraints.
authorChris Lattner <sabre@nondot.org>
Mon, 5 Dec 2011 18:29:03 +0000 (18:29 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Dec 2011 18:29:03 +0000 (18:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145822 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.html

index 91799f39b3dce1bcf27e841a0b2231068a0c039b..933e4e006be9de823e974598fb916debae47b64b 100644 (file)
@@ -956,10 +956,6 @@ a structure).</li>
 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>