<div dir="ltr">Hi Tim,<div><br></div><div>I don't know if there's any documentation for -x.</div><div><br></div><div>The list of recognized names is here: <a href="https://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Types.def?view=markup&pathrev=185562">https://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Types.def?view=markup&pathrev=185562</a> It's a bit long to just include all of that in `clang --help`. (The way I discovered this was by looking for the "-x" text in include/clang/Driver/Options.td , then looking for OPT_x in lib/Driver , which showed me that Driver.cpp calls types::lookupTypeForTypeSpecifier to do the string->type transition, and from there I could click me through clang's oxygen to the Types.td file. clang users shouldn't have to do this of course, but maybe you're thinking about contributing, then this might be useful for you.)<br>
</div><div><br></div><div>clang's user manual is at <a href="http://clang.llvm.org/docs/UsersManual.html">http://clang.llvm.org/docs/UsersManual.html</a> – maybe you want to try and contribute documentation for -x? UsersManual.html is generated from docs/UsersManual.rst in the clang repo.</div>
<div><br></div><div>Nico</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Feb 22, 2014 at 5:10 PM, Tim Hill <span dir="ltr"><<a href="mailto:drtimhill@gmail.com" target="_blank">drtimhill@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Apologies for the “noob” question, I’m still getting up to speed on clang…<br>
<br>
Where is the best source of docs on clang, specifically options. I’m trying to use the “-x” option (select source language) and the online help and man page just says “-x language” without listing the acceptable values for “language”.<br>

<br>
Thanks!<br>
—Tim<br>
<br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>