forked from OSchip/llvm-project
parent
173aa8602d
commit
7b7394c8ec
|
@ -111,7 +111,7 @@ private:
|
|||
}
|
||||
|
||||
/// ConsumeToken - Consume the current 'peek token' and lex the next one.
|
||||
/// This does not work will all kinds of tokens: strings and specific other
|
||||
/// This does not work with all kinds of tokens: strings and specific other
|
||||
/// tokens must be consumed with custom methods below. This returns the
|
||||
/// location of the consumed token.
|
||||
SourceLocation ConsumeToken() {
|
||||
|
|
Loading…
Reference in New Issue