]> granicus.if.org Git - clang/commitdiff
Further change in a comment.
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 9 Nov 2009 22:28:08 +0000 (22:28 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 9 Nov 2009 22:28:08 +0000 (22:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86599 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/Sema.h

index bf2079a9303ad0f224fdb6d396ebeba813326d03..b9e8473105f6d960851ce6f4ff3d2e73827529bc 100644 (file)
@@ -3483,7 +3483,8 @@ public:
     
     /// 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