Unverified Commit cee59872 authored by Nathan Ridge's avatar Nathan Ridge Committed by GitHub
Browse files

[clangd] Correctly identify the next token after the completion point (#69153)

The code was previously using Lexer::findNextToken() which does not
handle being passed the completion point as input.

Fixes https://github.com/clangd/clangd/issues/1785
parent d5a0fb39
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment