-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a unit test suite for HeuristicResolver #2154
Add a unit test suite for HeuristicResolver #2154
Comments
One thing that's annoying here is that, in addition to (obviously) not being able to use high-level clangd functionality like |
It looks like AST matchers are a suitable upstream replacement for |
Proposed fix: llvm/llvm-project#121313 |
In preparation for upstreaming
HeuristicResolver
to the clang libraries as discussed at #1662, I'd like to add a unit test suite exercising the interface of the class directly, which could then be upstreamed together with it.The class does have test coverage in clangd, but through unit tests that exercise higher layers of clangd functionality and thus have dependencies on other components in clangd and are not candidates for upstreaming to clang.
The text was updated successfully, but these errors were encountered: