From: Nico Weber Date: Fri, 5 May 2017 17:16:58 +0000 (+0000) Subject: ANSIfy more. Still no behavior change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9dfca4e40103cc626af8e8639df8f6bd4f74b859;p=clang ANSIfy more. Still no behavior change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302259 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGBuiltin.cpp b/lib/CodeGen/CGBuiltin.cpp index 49a0949d1e..2f05c0e910 100644 --- a/lib/CodeGen/CGBuiltin.cpp +++ b/lib/CodeGen/CGBuiltin.cpp @@ -2751,7 +2751,7 @@ RValue CodeGenFunction::EmitBuiltinExpr(const FunctionDecl *FD, // 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.