Unverified Commit 35b366ac authored by Fred Fu's avatar Fred Fu Committed by GitHub
Browse files

[ClangRepl] Reland Semanic Code Completion (#75556)

This patch contains changes from
002d471a, in
addition to a bug fix that added a virtual destructor to
`CompletionContextHandler`

The original changes in the orginal commit piggybacks on clang's
semantic modules to enable semantic completion.  In particular, we use
`CodeCompletionContext` to differentiate two types of code completion.
We also
extract the relevant type information from it.
parent edbd0342
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