r183639 - Support for contextual conversion tweaks (N3323) was added, as Revision 183637

Larisse Voufo lvoufo at google.com
Mon Jun 10 01:25:58 PDT 2013


Author: lvoufo
Date: Mon Jun 10 03:25:58 2013
New Revision: 183639

URL: http://llvm.org/viewvc/llvm-project?rev=183639&view=rev
Log:
Support for contextual conversion tweaks (N3323) was added, as Revision 183637

Modified:
    cfe/trunk/lib/Sema/SemaOverload.cpp

Modified: cfe/trunk/lib/Sema/SemaOverload.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaOverload.cpp?rev=183639&r1=183638&r2=183639&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaOverload.cpp (original)
+++ cfe/trunk/lib/Sema/SemaOverload.cpp Mon Jun 10 03:25:58 2013
@@ -5370,8 +5370,8 @@ ExprResult Sema::PerformContextualImplic
     // 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:





More information about the cfe-commits mailing list