<div dir="ltr">I had run `ack "[\x80-\xFF]" lib` to find these, and didn't expect that it can fire more than once on a given line. (We had 4 instance in all of clang, 2 in this line.)</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 5, 2017 at 1:16 PM, Nico Weber via cfe-commits <span dir="ltr"><<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: nico<br>
Date: Fri May  5 12:16:58 2017<br>
New Revision: 302259<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=302259&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=302259&view=rev</a><br>
Log:<br>
ANSIfy more. Still no behavior change.<br>
<br>
Modified:<br>
    cfe/trunk/lib/CodeGen/<wbr>CGBuiltin.cpp<br>
<br>
Modified: cfe/trunk/lib/CodeGen/<wbr>CGBuiltin.cpp<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGBuiltin.cpp?rev=302259&r1=302258&r2=302259&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/cfe/trunk/lib/CodeGen/<wbr>CGBuiltin.cpp?rev=302259&r1=<wbr>302258&r2=302259&view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- cfe/trunk/lib/CodeGen/<wbr>CGBuiltin.cpp (original)<br>
+++ cfe/trunk/lib/CodeGen/<wbr>CGBuiltin.cpp Fri May  5 12:16:58 2017<br>
@@ -2751,7 +2751,7 @@ RValue CodeGenFunction::<wbr>EmitBuiltinExpr(<br>
<br>
     // Push a clang.arc.use cleanup for each object in RetainableOperands. The<br>
     // cleanup will cause the use to appear after the final log call, keeping<br>
-    // the object valid while it's held in the log buffer.  Note that if there’s<br>
+    // the object valid while it's held in the log buffer.  Note that if there's<br>
     // a release cleanup on the object, it will already be active; since<br>
     // cleanups are emitted in reverse order, the use will occur before the<br>
     // object is released.<br>
<br>
<br>
______________________________<wbr>_________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></div>