diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-01-27 07:09:49 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-01-27 07:09:49 +0000 |
commit | 0099530a2288df7c2140dd8992b7310b9f6930a9 (patch) | |
tree | 04f354be3ad5c4a4eaa55ecdda927392e227e96f /lib/Sema/SemaStmt.cpp | |
parent | e2abf099d724b582d6f4398bdb6af0805b2f99cb (diff) |
7bit-ize.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124363 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaStmt.cpp')
-rw-r--r-- | lib/Sema/SemaStmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaStmt.cpp b/lib/Sema/SemaStmt.cpp index 72d28e6ca0..f4fe6479ab 100644 --- a/lib/Sema/SemaStmt.cpp +++ b/lib/Sema/SemaStmt.cpp @@ -1168,7 +1168,7 @@ Sema::PerformMoveOrCopyInitialization(const InitializedEntity &Entity, // [...] If overload resolution fails, or if the type of the first // parameter of the selected constructor is not an rvalue reference - // to the object’s type (possibly cv-qualified), overload resolution + // to the object's type (possibly cv-qualified), overload resolution // is performed again, considering the object as an lvalue. if (Seq.getKind() != InitializationSequence::FailedSequence) { for (InitializationSequence::step_iterator Step = Seq.step_begin(), |