]> granicus.if.org Git - clang/commitdiff
Removed a FIXME on nested type specifier warning.
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 9 Nov 2009 22:25:11 +0000 (22:25 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 9 Nov 2009 22:25:11 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86598 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/Sema.h

index 7711b50417619e6a3b5142878a78261d96da3012..bf2079a9303ad0f224fdb6d396ebeba813326d03 100644 (file)
@@ -3484,7 +3484,6 @@ 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.
-    /// FIXME: GCC only warns for this - should we do the same?
     IncompatibleNestedPointerQualifiers,
 
     /// IncompatibleVectors - The assignment is between two vector types that