forked from OSchip/llvm-project
parent
8693a519d4
commit
e7dab44cab
|
@ -29,7 +29,9 @@ static bool MayBeDesignationStart(tok::TokenKind K) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// ParseInitializerWithPotentialDesignator - Parse the 'initializer' production
|
||||||
|
/// checking to see if the token stream starts with a designator.
|
||||||
|
///
|
||||||
/// designation:
|
/// designation:
|
||||||
/// designator-list '='
|
/// designator-list '='
|
||||||
/// [GNU] array-designator
|
/// [GNU] array-designator
|
||||||
|
|
Loading…
Reference in New Issue