Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move TypeCompleter and closely related helper functions to their own …
…file (carbon-language#4922) context.cpp is getting large, so I'm looking at a few ways to cut out clusters of functions. This felt like a logical cluster of functions to move to their own file. Note I have two commits in this PR: one moving the functionality to a new file, and one specifically changing TypeCompleter to use out-of-line function implementations. This is to assist reviewability.
- Loading branch information