From 7acc5a64822093ec746748efcdabb162bd1b8560 Mon Sep 17 00:00:00 2001 From: Larisse Voufo Date: Mon, 10 Jun 2013 08:25:58 +0000 Subject: [PATCH] Support for contextual conversion tweaks (N3323) was added, as Revision 183637 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183639 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaOverload.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Sema/SemaOverload.cpp b/lib/Sema/SemaOverload.cpp index 0653fbea54..9e3ca9dd40 100644 --- a/lib/Sema/SemaOverload.cpp +++ b/lib/Sema/SemaOverload.cpp @@ -5370,8 +5370,8 @@ ExprResult Sema::PerformContextualImplicitConversion( // is said to be contextually implicitly converted to a specified // type T and is well-formed if and only if e can be implicitly // converted to a type T that is determined as follows: E is searched - // for conversion functions whose return type is cv T or reference - // to cv T such that T is allowed by the context. There shall be + // for conversion functions whose return type is cv T or reference to + // cv T such that T is allowed by the context. There shall be // exactly one such T. // If no unique T is found: -- 2.40.0