You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
obviously ccls cannot find the definition of member(). Is it possible to have ccls (or similar software) give me a list of methods called member, that are methods of a class that is used to instantiate func?
The text was updated successfully, but these errors were encountered:
I guess this quickly becomes really complicated, see clangd/clangd#493.
At the very least you need global analysis to find all instantiations. And then implement something like Typescript's union types.
I (sadly) have a lot of code that looks like this:
obviously ccls cannot find the definition of
member()
. Is it possible to have ccls (or similar software) give me a list of methods calledmember
, that are methods of a class that is used to instantiatefunc
?The text was updated successfully, but these errors were encountered: