<div dir="ltr">And post your issues compiling, trunk is supposed to be working at all times (compilation is broken now and then, but this is fixed within hours).</div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Wed, May 7, 2014 at 8:27 AM, 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 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><div>I use MSVC 2013 for my daily trunk Clang development on Windows, so yes, it builds and runs.</div><div class=""><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><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>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>