From 3fe453c48c71708980dae0685d7dcf99d4e7f3de Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Mon, 9 Nov 2009 22:25:11 +0000 Subject: [PATCH] Removed a FIXME on nested type specifier warning. llvm-svn: 86598 --- clang/lib/Sema/Sema.h | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index 7711b5041761..bf2079a9303a 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -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