Hello,
I dev a tool with clang lib tooling which parses c++ header file. I have this message error when I add an include directive to one.
My compilation options : test_file.h -- -x c++ -w -I"C/path/to/an/exteranl/lib/dir/" -XClang .
Can someone help me to resolve the issue ?
Thanks in advance,
Karpalo