<div dir="ltr">That is a good suggestion, thank you. I should have done that yesterday, but zygoloid was actually able to help me figure some things out. As a result I have something that hopefully is even better, a bug report: <a href="http://llvm.org/bugs/show_bug.cgi?id=18443">http://llvm.org/bugs/show_bug.cgi?id=18443</a><div>
<br></div><div>This can be achieved with either the minimal code in the bug report, or if you are using Visual Studio, the way I originally discovered the bug was to simply include the file "#include <atltime.h>" and try to compile with no fancy options.</div>
<div><br></div><div>Zygoloid diagnosed for me that the "bug" actually stems from syntactically incorrect code, but because it is prevalent in MS headers and cl.exe supports it, I think (and he agreed) that it is something clang should consider supporting.</div>
<div><br></div><div>Thanks,<br>JB</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jan 11, 2014 at 11:13 AM, Tobias Grosser <span dir="ltr"><<a href="mailto:tobias@grosser.es" target="_blank">tobias@grosser.es</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 01/11/2014 12:04 AM, Jb Feldman wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks for your response. I understand that LLVM is working toward Windows<br>
support, which is why they want me to get more actively involved in trying<br>
to fix at least the problems that we have already. I'll definitely file the<br>
ticket at <a href="http://llvm.org" target="_blank">llvm.org</a>, but I was hoping you might be able to tell me where to<br>
look in source to figure out how to start fixing things.<br>
<br>
Currently I'm poking around in the Sema directory, hoping to find<br>
something. That is at least where the error is being thrown, but it may not<br>
be where the bug is. The thing you mentioned about delayed template parsing<br>
sounds like it might be of particular interest. Can you point me to where<br>
that magic happens?<br>
</blockquote>
<br></div>
Hi JB,<br>
<br>
I unfortunately have no idea about all this. However, for other people to help you, it is normally extremely helpful if you can provide a reduced test case for which you can reproduce the problem with clang trunk (the latest version). In the optimal case you provide this test case (e.g. single C file) together with the command line options you have run clang trunk, the output you got and an explanation on how the output you got differs from what you expect.<br>

<br>
(I know it is probably possible to guess your problem from the links you provided, but such guessing often is rather inaccurate and not everybody will even try to do so).<br>
<br>
Cheers,<br>
Tobias<br>
</blockquote></div><br></div>