Incomplete parsing of OpenMP header file.

CodeLite installation/troubleshooting forum
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Incomplete parsing of OpenMP header file.

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Incomplete parsing of OpenMP header file.

Post by eranif »

thanks for reporting this, I will have a look at it tomorrow (vacation here :))

Eran
Make sure you have read the HOW TO POST thread
Post Reply