"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "5b37c018d5c9add833f9a40b870345e2108614e6"
Teach code completion to adjust its completion priorities based on the
type that we expect to see at a given point in the grammar, e.g., when initializing a variable, returning a result, or calling a function. We don't prune the candidate set at all, just adjust priorities to favor things that should type-check, using an ultra-simplified type system. llvm-svn: 105128
Loading
Please register or sign in to comment