https://bugs.kde.org/show_bug.cgi?id=373973

--- Comment #3 from Ted <tedfed...@gmail.com> ---
Looks like this has boiled down to the lack of pkg-config support.
I am using glib and in my Makefile I use `pkg-config  glib-2.0 --cflags`
As you may know, this will provide the paths:
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
It appears that the clang parser will not be able to parse if these paths are
not present and hence the strange behavior with the STL includes.

Is there a way to add the pkg-config support into the parser?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to