[cfe-dev] Clang command line options

Dmitri Gribenko gribozavr at gmail.com
Thu Feb 7 06:19:45 PST 2013


On Thu, Feb 7, 2013 at 4:58 AM, Sean Silva <silvas at purdue.edu> wrote:
> Dmitri, could you please update/rework <http://clang.llvm.org/docs/FAQ.html>
> so that it covers the way that madil90 has posed this question (regardless
> of whether or not I diagnosed this issue correctly)? Maybe we should have a
> dedicated question `why does clang not find some headers like "stddef.h" or
> "stdarg.h"`? The content should be written to fill the use case where we
> reply to these built-in header questions by just linking to the FAQ and have
> that give the user a useful understanding of the issue (and what they can do
> about it, and that they are not alone).

We already have that explained here:
http://clang.llvm.org/docs/LibTooling.html#builtin-includes

I don't feel comfortable copying that text to FAQ...

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-dev mailing list