ckandeler wrote:

> This implements 
> [clangd/clangd#445](https://github.com/clangd/clangd/issues/445)

Aha, so this implementation does not work, because it relies on the AST only 
for figuring out whether an implementation exists. And querying the index is 
considered too expensive during the prepare() step. That's a pity then.

https://github.com/llvm/llvm-project/pull/71950
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to