From: Sebastian Redl Date: Thu, 5 Feb 2009 12:33:33 +0000 (+0000) Subject: Remove some non-ASCII in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0defd76d0b73c4866f1d5f71a274bf125fafd446;p=clang Remove some non-ASCII in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63866 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaOverload.cpp b/lib/Sema/SemaOverload.cpp index 1edb470dd6..cb659002b3 100644 --- a/lib/Sema/SemaOverload.cpp +++ b/lib/Sema/SemaOverload.cpp @@ -3469,8 +3469,8 @@ Sema::ResolveAddressOfOverloadedFunction(Expr *From, QualType ToType, Fun != Ovl->function_end(); ++Fun) { // C++ [over.over]p3: // Non-member functions and static member functions match - // targets of type “pointer-to-function”or - // “reference-to-function.” Nonstatic member functions match targets of + // targets of type "pointer-to-function" or "reference-to-function." + // Nonstatic member functions match targets of // type "pointer-to-member-function." // Note that according to DR 247, the containing class does not matter. if (CXXMethodDecl *Method = dyn_cast(*Fun)) {