[cfe-commits] r107343 - /cfe/trunk/www/compatibility.html
Douglas Gregor
dgregor at apple.com
Wed Jun 30 15:38:37 PDT 2010
Author: dgregor
Date: Wed Jun 30 17:38:37 2010
New Revision: 107343
URL: http://llvm.org/viewvc/llvm-project?rev=107343&view=rev
Log:
Wording tweak from Dan.
Modified:
cfe/trunk/www/compatibility.html
Modified: cfe/trunk/www/compatibility.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/compatibility.html?rev=107343&r1=107342&r2=107343&view=diff
==============================================================================
--- cfe/trunk/www/compatibility.html (original)
+++ cfe/trunk/www/compatibility.html Wed Jun 30 17:38:37 2010
@@ -114,7 +114,7 @@
<h3 id="lvalue-cast">Lvalue casts</h3>
<!-- ======================================================================= -->
-<p>GCC permits casting the left-hand side of an assignment to a
+<p>Old versions of GCC permit casting the left-hand side of an assignment to a
different type. Clang produces an error on similar code, e.g.,</p>
<pre>
More information about the cfe-commits
mailing list