[cfe-commits] r86599 - /cfe/trunk/lib/Sema/Sema.h

Fariborz Jahanian fjahanian at apple.com
Mon Nov 9 14:28:09 PST 2009


Author: fjahanian
Date: Mon Nov  9 16:28:08 2009
New Revision: 86599

URL: http://llvm.org/viewvc/llvm-project?rev=86599&view=rev
Log:
Further change in a comment.


Modified:
    cfe/trunk/lib/Sema/Sema.h

Modified: cfe/trunk/lib/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/Sema.h?rev=86599&r1=86598&r2=86599&view=diff

==============================================================================
--- cfe/trunk/lib/Sema/Sema.h (original)
+++ cfe/trunk/lib/Sema/Sema.h Mon Nov  9 16:28:08 2009
@@ -3483,7 +3483,8 @@
     
     /// IncompatibleNestedPointerQualifiers - The assignment is between two
     /// nested pointer types, and the qualifiers other than the first two
-    /// levels differ e.g. char ** -> const char **. We disallow this.
+    /// levels differ e.g. char ** -> const char **, but we accept them as an 
+    /// extension. 
     IncompatibleNestedPointerQualifiers,
 
     /// IncompatibleVectors - The assignment is between two vector types that





More information about the cfe-commits mailing list