<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jul 29, 2014 at 10:18 PM, Daniel Albuschat <span dir="ltr"><<a href="mailto:d.albuschat@gmail.com" target="_blank">d.albuschat@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"><div class="gmail_extra"><div class="gmail_extra">Will this only work on a codebase that can be compiled (or at least strictly parsed) with clang, or is it more "fuzzy", so it will work with e.g. a codebase that uses windows.h (that, afaik, can not be compiled with clang - please correct me if I'm wrong)?<br>
</div></div></div></blockquote><div><br></div><div>Clang can parse windows.h.  :)  Besides, windows.h is plain C, which makes it easy.  The C++ headers are the hard part.</div></div></div></div>