mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove the public Lexer::getBufferEnd() function which breaks encapsulation
of the source buffer Swift SVN r7084
This commit is contained in:
@@ -140,8 +140,6 @@ public:
|
||||
return CodeCompletionPtr != nullptr;
|
||||
}
|
||||
|
||||
const char *getBufferEnd() const { return BufferEnd; }
|
||||
|
||||
void lex(Token &Result) {
|
||||
Result = NextToken;
|
||||
if (Result.isNot(tok::eof))
|
||||
|
||||
Reference in New Issue
Block a user