Eclipse Call Hierarchy for CDT not working fully

The eclipse call hierarchy for CDT does not display all function calls for some of my functions. All my source is in the project folder. I tried adding locations to project-> properties-> C / C ++ General-> Paths and Symbols and rebuilt the index, but it did not work. For example, one function is called several times from some library code. This is not a virtual function or anything else, but using ctrl-click works. The project also compiles.

If anything, can someone tell me where to look to fix this? Perhaps I did not create the project correctly, and he does not know that all the files are different from the same project. I know that there are several ways to import / create a project in C ++, and maybe I did not do it right. Or maybe I need to delete the intellisense file to restore indexing.

+4
source share
1 answer

I had some equivalent problem in the past with older versions of Eclipse. I think this probably decided when I updated it (I was stuck with Indigo for a long time, I think Juno or Luna made it better for me). Sorry for the obvious answer, but if not already done, try the latest versions.

0
source

All Articles