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
Incomplete parsing of OpenMP header file.
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Incomplete parsing of OpenMP header file.
thanks for reporting this, I will have a look at it tomorrow (vacation here )
Eran
Eran
Make sure you have read the HOW TO POST thread