summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOverload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Sema/SemaOverload.cpp')
-rw-r--r--clang/lib/Sema/SemaOverload.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaOverload.cpp b/clang/lib/Sema/SemaOverload.cpp
index 1edb470dd68..cb659002b3b 100644
--- a/clang/lib/Sema/SemaOverload.cpp
+++ b/clang/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<CXXMethodDecl>(*Fun)) {
OpenPOWER on IntegriCloud