Currently templates are not handled properly: ```.cpp template <typename> struct S { int member; }; int main() { S<int> s; int i = s.member; } ``` Issues: - [x] Querying info tree on `member` inside the definition of `S` shows that this variable has only 1 usage in this code. - [x] Clicking on `member` inside `main()` crashes the web server. (Fix: #438)
Currently templates are not handled properly:
Issues:
memberinside the definition ofSshows that this variable has only 1 usage in this code.memberinsidemain()crashes the web server. (Fix: Appending mangledNameHash to AstNode identifier. #438)