Page 1 of 1

Incomplete parsing of OpenMP header file.

Posted: Tue Apr 20, 2010 3:42 pm
by marfi
Hi Eran,
it seems like main OpenMP header file <omp.h> is not parsed correctly by CL because only data types defined there are recognized but no function is available in CL's code completition. It would be also fine to include also compiler-specific standard include dir (e.g. /usr/lib/gcc/i486-linux-gnu/4.4/include in Linux) to parser paths automatically because it contains headers like stdargs.h, stdbool.h, omp.h, varargs.h etc.

Best regards
Michal

Re: Incomplete parsing of OpenMP header file.

Posted: Tue Apr 20, 2010 8:23 pm
by eranif
thanks for reporting this, I will have a look at it tomorrow (vacation here :))

Eran