[cfe-commits] r86598 - /cfe/trunk/lib/Sema/Sema.h
Fariborz Jahanian
fjahanian at apple.com
Mon Nov 9 14:25:12 PST 2009
Author: fjahanian
Date: Mon Nov 9 16:25:11 2009
New Revision: 86598
URL: http://llvm.org/viewvc/llvm-project?rev=86598&view=rev
Log:
Removed a FIXME on nested type specifier warning.
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=86598&r1=86597&r2=86598&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/Sema.h (original)
+++ cfe/trunk/lib/Sema/Sema.h Mon Nov 9 16:25:11 2009
@@ -3484,7 +3484,6 @@
/// 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
More information about the cfe-commits
mailing list