Author: rtrieu Date: Mon Aug 24 12:47:18 2015 New Revision: 245857 URL: http://llvm.org/viewvc/llvm-project?rev=245857&view=rev Log: Fix typo in release notes, PR24555
Modified: cfe/branches/release_37/docs/ReleaseNotes.rst Modified: cfe/branches/release_37/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/docs/ReleaseNotes.rst?rev=245857&r1=245856&r2=245857&view=diff ============================================================================== --- cfe/branches/release_37/docs/ReleaseNotes.rst (original) +++ cfe/branches/release_37/docs/ReleaseNotes.rst Mon Aug 24 12:47:18 2015 @@ -76,7 +76,7 @@ about them. The improvements since the 3 return type is the same as the variable. Returning the variable directly will already make a move, so the call is not needed. -- -Wpessimizing-move warns when a local variable is ir moved on return and the +- -Wpessimizing-move warns when a local variable is moved on return and the return type is the same as the variable. Copy elision cannot take place with a move, but can take place if the variable is returned directly. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits