Hi,
I've recently started using codelite 2.0.3365 with a cygwin based project. I can't seem to get functions in the cygwin headers tagged correctly. The issue seems to be due to cygwin headers using this preprocessor macro on all their functions.
this wont work, since the conversion that ccodelite_indexer tries to make are literal conversion (it will search for _EXFUN(name, proto)) but since 'name' and 'proto' are variables (i.e. they got other values in the code) it cant find it