forked from OSchip/llvm-project
NFC: Update in-code documentation for function-type.
PiperOrigin-RevId: 264723462
This commit is contained in:
parent
c400c9a1ec
commit
8869de5fbc
|
@ -605,7 +605,7 @@ Type Parser::parseExtendedType() {
|
|||
|
||||
/// Parse a function type.
|
||||
///
|
||||
/// function-type ::= type-list-parens `->` type-list
|
||||
/// function-type ::= type-list-parens `->` function-result-type
|
||||
///
|
||||
Type Parser::parseFunctionType() {
|
||||
assert(getToken().is(Token::l_paren));
|
||||
|
|
Loading…
Reference in New Issue