]> granicus.if.org Git - clang/commitdiff
Support for contextual conversion tweaks (N3323) was added, as Revision 183637
authorLarisse Voufo <lvoufo@google.com>
Mon, 10 Jun 2013 08:25:58 +0000 (08:25 +0000)
committerLarisse Voufo <lvoufo@google.com>
Mon, 10 Jun 2013 08:25:58 +0000 (08:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183639 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaOverload.cpp

index 0653fbea54af4eddb1cd0ccedd4f42e6e2a97b08..9e3ca9dd4060d67a31133c37f30eb5bc3ac5712f 100644 (file)
@@ -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: