<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jul 30, 2014 at 3:25 PM, Reid Kleckner <span dir="ltr"><<a href="mailto:rnk@google.com" target="_blank">rnk@google.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"><div class="gmail_extra"><div class="gmail_quote"><div class="">On Wed, Jul 30, 2014 at 2:13 PM, Tim Toomay <span dir="ltr"><<a href="mailto:toomayt@toomaytech.com" target="_blank">toomayt@toomaytech.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-------------- Build: Debug in W32Clang (compiler: LLVM Clang Compiler)---------------<br>
<br>
clang++.exe  -o bin\Debug\W32Clang.exe obj\Debug\main.o   -lgdi32 -luser32 -lkernel32 -lcomctl32 -mwindows<br>
clang++.exe: error: unknown argument: '-mwindows'<br>
<br>
Please direct me to the location in src of the supported arguments, thanks!  This is probably an IDE configuration error.  I want to know what the arg was for if it ever was legit.<br></blockquote><div><br></div></div><div>
I doubt we ever recognized this argument.  This probably changed because we started rejecting unknown -m flags.</div>
</div></div></div>
</blockquote></div><br></div><div class="gmail_extra">To actually answer your question (woops), the list of options is in clang/include/clang/Driver/Options.td.  Unfortunately they aren't all documented, because most flags there exist for gcc compatibility.</div>
</div>