<div dir="ltr">All of clang's --help is very terse, and I don't think calling out -x really helps things.<div><br></div><div>Unfortunately, to my knowledge, clang doesn't have comprehensive documentation for its options.  The closest thing we have is:</div>
<div><a href="http://clang.llvm.org/docs/UsersManual.html#command-line-options">http://clang.llvm.org/docs/UsersManual.html#command-line-options</a></div><div>... but it's not complete and full of TODOs.</div><div><br>
</div><div>If it's a gcc and clang option, we usually direct users to the gcc documentation, which works in this case.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 23, 2013 at 5:50 PM, ÂÞÓ¸Õ(Yonggang Luo) <span dir="ltr"><<a href="mailto:luoyonggang@gmail.com" target="_blank">luoyonggang@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">the -x command hints is too simple<div><br></div><div><br></div><div><dt style="font-size:medium;background-color:rgb(224,224,224);font-family:Verdana,Arial,Helvetica,sans-serif">
<p><b>-x <i>language</i></b></p>

</dt><dd style="font-size:medium;background-color:rgb(224,224,224);font-family:Verdana,Arial,Helvetica,sans-serif"><p>Specify explicitly the <i>language</i> for the following input files (rather than letting the compiler choose a default based on the file name suffix). This option applies to all following input files until the next <b>'-x'</b> option. Possible values for <i>language</i> are: <br>


<code>c c-header cpp-output c++ c++-cpp-output objective-c objc-cpp-output assembler assembler-with-cpp ada f77 f77-cpp-input ratfor java treelang</code></p></dd><div>Something like this should be better.</div><div>So what kinds of clang -x language support? I want a list and add it to the option TD</div>
<span class="HOEnZb"><font color="#888888">

-- <br>         ´ËÖÂ<br>Àñ<br>ÂÞÓ¸Õ<br>Yours<br>    sincerely,<br>Yonggang Luo<br>
</font></span></div></div>
<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>
<br></blockquote></div><br></div>