]> granicus.if.org Git - clang/commitdiff
Remove some non-ASCII in comment.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 5 Feb 2009 12:33:33 +0000 (12:33 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 5 Feb 2009 12:33:33 +0000 (12:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63866 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaOverload.cpp

index 1edb470dd685303dc33964e88053b59f1ac75501..cb659002b3b55f12847fb97aeac40446b0139db8 100644 (file)
@@ -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<CXXMethodDecl>(*Fun)) {