diff options
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r-- | docs/UsersManual.html | 4 |
1 files changed, 0 insertions, 4 deletions
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).</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> |