<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Nov 17, 2013 at 1:45 AM, Alexey Samsonov <span dir="ltr"><<a href="mailto:samsonov@google.com" target="_blank">samsonov@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
  In principle, I agree with you. Building sanitizer runtimes with freestanding headers makes sense, but we'd still have to be very careful. In CMake build we use host compiler to build sanitizer runtimes, and, for example, there's no stdint.h in some versions of MSVC.<br>
</blockquote><div><br></div><div>stdint.h was added in VS2010, which is currently LLVM's minimal supported VS version, and we will move to 2012 soon.  If it doesn't have any other conflicts, you can probably start using it.</div>
</div></div></div>