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@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits