c++ - Eclipse Cdt Indexer - how to locate syntax errors and unresolved names -


using:

  • eclipse 4.4.0 (luna) cdt 8.4.0.201406111759
  • native gcc / g++ , cross gcc-arm
  • c/c++ project external makefile

i'd spend effort setup cdt indexer (including automatic discovery of gcc-arm builtin specs, build output discovery et cetera).

when reindexing whole project, error log view shows this:

indexed 'stm-workbench' (41 sources, 180 headers) in 3,58 sec: 13.921 declarations; 34.120 references; 0 unresolved inclusions; 1 syntax errors; 9 unresolved names (0,019 %) 

i want check remaining syntax errors , unresolved names located / referenced from.

i surely know how locate references of unresolved inclusions (project → c/c++ index → search unresolved includes).

but how locate other potential issues?

of course, open every single source file of whole project because when opening file see in problems view. hope there may less dumb way.

what need called problems view. enables find location of issues @ hand

enter image description here


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -