forked from OSchip/llvm-project
Removed a FIXME on nested type specifier warning.
llvm-svn: 86598
This commit is contained in:
parent
b98dade25b
commit
3fe453c48c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue