Is there an open-source equivalent of this anywhere? I have seen DXR/LXR but I think they use an "approximate" parser. So it will get confused by functions in different scopes with the same name, and so forth.
This actually uses clang which can do the analysis exactly.
This actually uses clang which can do the analysis exactly.