diff options
Diffstat (limited to 'clang/lib/Sema/SemaOverload.cpp')
-rw-r--r-- | clang/lib/Sema/SemaOverload.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaOverload.cpp b/clang/lib/Sema/SemaOverload.cpp index 0653fbea54a..9e3ca9dd406 100644 --- a/clang/lib/Sema/SemaOverload.cpp +++ b/clang/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: |