<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, May 6, 2014 at 3:19 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">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">Are you saying the trunk generally will build and run?  That is
    where I ran into problems, quite likely my own making.  The type of
    problems I saw could be due to the trunk being a work in progress,
    but there were quite a few, so I went to the stable builds and have
    seen success there.<br></div></blockquote><div><br></div><div>I use MSVC 2013 for my daily trunk Clang development on Windows, so yes, it builds and runs.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
    The string project I referred to is from 'Open Clang Projects' page<br>
    <br>
    <b>StringRef'ize APIs</b>: A thankless but incredibly useful project
    is
    StringRef'izing (converting to use <tt>llvm::StringRef</tt> instead
    of <tt>const
      char *</tt> or <tt>std::string</tt>) various clang interfaces.
    This generally
    simplifies the code and makes it more efficient..<br></div></blockquote><div><br></div><div>I think this is mostly taken care of, at least in places that matter.  You could search for '(FIXME|TODO).*StringRef' to find functions worth fixing.</div>
</div></div></div>