Chinmay Dalal

Results 215 comments of Chinmay Dalal

How do I use this? https://godbolt.org/z/a17GYf6Kz, I tried the instructions on https://firefox-source-docs.mozilla.org/code-quality/static-analysis/writing-new/clang-query.html

For just printing the AST you can another plugin of mine https://github.com/p00f/clangd_extensions.nvim?tab=readme-ov-file#view-ast This will be much faster because it's local, and it has live highlighting of nodes/subtrees Re: other uses...

I can think of one way to implement this: use [reference container](https://clangd.llvm.org/extensions#reference-container) to find out the class in which the function declaration is, get its type hierarchy, ask for the...

the tests still fail though: [test.log](https://github.com/user-attachments/files/17446404/test.log)

please use the sourcehut link https://git.sr.ht/~p00f/alabaster.nvim instead of github