sethfowler / pygmalion

A code analysis tool based on libclang
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Consider what go-to-definition on pointers or references to classes should do #110

Open sethfowler opened 11 years ago

sethfowler commented 11 years ago

Because of the work on virtual methods, it's trivial to make go-to-definition on pointers or references to classes show all of the subclasses that the pointer or reference could hold as well. So far I haven't decided whether this is desirable, though.