[cfe-dev] "Error while processing ..."
Csaba Raduly via cfe-dev
cfe-dev at lists.llvm.org
Mon May 28 01:34:24 PDT 2018
On 5/28/18, Oguz ARAS via cfe-dev <cfe-dev at lists.llvm.org> wrote:
> 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 ?
I think you mistyped C/path/to/an/exteranl/lib/dir/
Do you really have a directory named "C" in the current directory ?
Csaba
--
You can get very substantial performance improvements
by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler
So if you're looking for a completely portable, 100% standards-conformat way
to get the wrong information: this is what you want. - Scott Meyers (C++TDaWYK)
More information about the cfe-dev
mailing list