From: Fariborz Jahanian Date: Mon, 9 Nov 2009 22:28:08 +0000 (+0000) Subject: Further change in a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d288bafe2dbb7b43173950f23589b2586c537e02;p=clang Further change in a comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86599 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index bf2079a930..b9e8473105 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -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