]> granicus.if.org Git - clang/commitdiff
Wording tweak from Dan.
authorDouglas Gregor <dgregor@apple.com>
Wed, 30 Jun 2010 22:38:37 +0000 (22:38 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 30 Jun 2010 22:38:37 +0000 (22:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107343 91177308-0d34-0410-b5e6-96231b3b80d8

www/compatibility.html

index fb47400e03466c4a030308d4e819ae4898661f50..8a2f05b3b3b813f0a249aeadfda86c3dbdbacaec 100644 (file)
@@ -114,7 +114,7 @@ Undefined symbols:
 <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>