r302259 - ANSIfy more. Still no behavior change.
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Fri May 5 10:30:42 PDT 2017
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.)
On Fri, May 5, 2017 at 1:16 PM, Nico Weber via cfe-commits <
cfe-commits at lists.llvm.org> wrote:
> Author: nico
> Date: Fri May 5 12:16:58 2017
> New Revision: 302259
>
> URL: http://llvm.org/viewvc/llvm-project?rev=302259&view=rev
> Log:
> ANSIfy more. Still no behavior change.
>
> Modified:
> cfe/trunk/lib/CodeGen/CGBuiltin.cpp
>
> Modified: cfe/trunk/lib/CodeGen/CGBuiltin.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/
> CGBuiltin.cpp?rev=302259&r1=302258&r2=302259&view=diff
> ============================================================
> ==================
> --- cfe/trunk/lib/CodeGen/CGBuiltin.cpp (original)
> +++ cfe/trunk/lib/CodeGen/CGBuiltin.cpp Fri May 5 12:16:58 2017
> @@ -2751,7 +2751,7 @@ RValue CodeGenFunction::EmitBuiltinExpr(
>
> // Push a clang.arc.use cleanup for each object in
> RetainableOperands. The
> // cleanup will cause the use to appear after the final log call,
> keeping
> - // the object valid while it's held in the log buffer. Note that if
> there’s
> + // the object valid while it's held in the log buffer. Note that if
> there's
> // a release cleanup on the object, it will already be active; since
> // cleanups are emitted in reverse order, the use will occur before
> the
> // object is released.
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170505/4612ccde/attachment.html>
More information about the cfe-commits
mailing list