<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div>hello all,<br></div>i have one tool that is using classes of clang my tool is taking c file as input ,its not working correctly if i include header files to my c input file.i am using clang version 3.5.<br></div>it shows that" stdio.h file not found " if i have added it in my c input file<br><br></div>any issue with giving include path??<br></div>
</blockquote></div><br>
</div><div class="gmail_extra">Hi, </div><div class="gmail_extra"><br></div><div class="gmail_extra">Please don't be offended, but:</div><div class="gmail_extra"><br></div><div class="gmail_extra">as C++ or any other programming language source code has to have a certain syntax to be understood by the compiler, the same happens with written English, or any other human language: they need to have basic punctuation to be understood. The words you are using are correct, but it is impossible to know when a statement ends. Please take more care about this in future.<br><br>After getting dizzy reading it few times, I think I have a glue about what your problem could be. (please understand, that I least bother to answer). Different clang tools use different ways to tell "core" libraries/classes from where (path) to pick up the header files. Libclang does it one way, Libtooling another way. If you want to get a good answer, you should describe more precisely what you are doing, what classes are you using etc. But the best is to have patience to read things like <a href="http://clang.llvm.org/docs/LibTooling.html">http://clang.llvm.org/docs/LibTooling.html</a></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>