summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOverload.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2008-11-20 13:33:37 +0000
committerDouglas Gregor <dgregor@apple.com>2008-11-20 13:33:37 +0000
commitf49fdf8337440aa465c551a31d1b0e157cad5a9b (patch)
tree73a775d60a359fa0160ae3abf97b9891a3779497 /clang/lib/Sema/SemaOverload.cpp
parent3fa0a5afab1d5049b5de97d09a174230f212e39a (diff)
downloadbcm5719-llvm-f49fdf8337440aa465c551a31d1b0e157cad5a9b.tar.gz
bcm5719-llvm-f49fdf8337440aa465c551a31d1b0e157cad5a9b.zip
Fix strange quote characters
llvm-svn: 59729
Diffstat (limited to 'clang/lib/Sema/SemaOverload.cpp')
-rw-r--r--clang/lib/Sema/SemaOverload.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/lib/Sema/SemaOverload.cpp b/clang/lib/Sema/SemaOverload.cpp
index 77546fd246e..36f2def2f17 100644
--- a/clang/lib/Sema/SemaOverload.cpp
+++ b/clang/lib/Sema/SemaOverload.cpp
@@ -2993,10 +2993,10 @@ Sema::BuildCallToObjectOfClassType(Expr *Object, SourceLocation LParenLoc,
//
// where cv-qualifier is the same cv-qualification as, or a
// greater cv-qualification than, cv, and where conversion-type-id
- // denotes the type “pointer to function of (P1,...,Pn) returning
- // R”, or the type “reference to pointer to function of
- // (P1,...,Pn) returning R”, or the type “reference to function
- // of (P1,...,Pn) returning R”, a surrogate call function [...]
+ // denotes the type "pointer to function of (P1,...,Pn) returning
+ // R", or the type "reference to pointer to function of
+ // (P1,...,Pn) returning R", or the type "reference to function
+ // of (P1,...,Pn) returning R", a surrogate call function [...]
// is also considered as a candidate function. Similarly,
// surrogate call functions are added to the set of candidate
// functions for each conversion function declared in an
OpenPOWER on IntegriCloud