[cfe-commits] r63866 - /cfe/trunk/lib/Sema/SemaOverload.cpp
Sebastian Redl
sebastian.redl at getdesigned.at
Thu Feb 5 04:33:42 PST 2009
Author: cornedbee
Date: Thu Feb 5 06:33:33 2009
New Revision: 63866
URL: http://llvm.org/viewvc/llvm-project?rev=63866&view=rev
Log:
Remove some non-ASCII in comment.
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=63866&r1=63865&r2=63866&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaOverload.cpp (original)
+++ cfe/trunk/lib/Sema/SemaOverload.cpp Thu Feb 5 06:33:33 2009
@@ -3469,8 +3469,8 @@
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)) {
More information about the cfe-commits
mailing list