summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOverload.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-08-05 19:21:58 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-08-05 19:21:58 +0000
commit44b83eea308ef3ea768ddff5cd69009b9d239340 (patch)
treed47eb32adebe2e78fe30652778e13f7db32548ec /clang/lib/Sema/SemaOverload.cpp
parent1de1897bf09bfca873cdacd753c788056d753655 (diff)
downloadbcm5719-llvm-44b83eea308ef3ea768ddff5cd69009b9d239340.tar.gz
bcm5719-llvm-44b83eea308ef3ea768ddff5cd69009b9d239340.zip
Get rid of "smart" quotes. Per report on cfe-dev.
llvm-svn: 78230
Diffstat (limited to 'clang/lib/Sema/SemaOverload.cpp')
-rw-r--r--clang/lib/Sema/SemaOverload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaOverload.cpp b/clang/lib/Sema/SemaOverload.cpp
index 1e0c057b357..8dd84c0b5d2 100644
--- a/clang/lib/Sema/SemaOverload.cpp
+++ b/clang/lib/Sema/SemaOverload.cpp
@@ -4359,7 +4359,7 @@ Sema::BuildCallToObjectOfClassType(Scope *S, Expr *Object,
// C++ [over.call.object]p1:
// If the primary-expression E in the function call syntax
- // evaluates to a class object of type “cv T”, then the set of
+ // evaluates to a class object of type "cv T", then the set of
// candidate functions includes at least the function call
// operators of T. The function call operators of T are obtained by
// ordinary lookup of the name operator() in the context of
OpenPOWER on IntegriCloud