From: Chris Lattner Date: Mon, 5 Dec 2011 18:29:03 +0000 (+0000) Subject: we got badgered into supporting multi-alternative constraints. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9577f35bf3ede514a68350b49476a282dfbc478;p=clang we got badgered into supporting multi-alternative constraints. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145822 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 91799f39b3..933e4e006b 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -956,10 +956,6 @@ a structure). 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. -
  • clang does not support multiple alternative constraints in inline asm; this -is an extremely obscure feature which would be complicated to implement -correctly.
  • -
  • clang does not support __builtin_apply and friends; this extension is extremely obscure and difficult to implement reliably.