diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-08-05 19:21:58 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-08-05 19:21:58 +0000 |
commit | 33a3138a0862cafdd9ff1332b834454a79cd2cdc (patch) | |
tree | 19474bb127ff775b51040af0d3aca03fc462f886 /lib/Sema/SemaOverload.cpp | |
parent | d8c0192b0a4ef28b182a28486b02c3ab05aea76a (diff) |
Get rid of "smart" quotes. Per report on cfe-dev.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78230 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaOverload.cpp')
-rw-r--r-- | lib/Sema/SemaOverload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaOverload.cpp b/lib/Sema/SemaOverload.cpp index 1e0c057b35..8dd84c0b5d 100644 --- a/lib/Sema/SemaOverload.cpp +++ b/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 |