]> granicus.if.org Git - clang/commitdiff
Fix strange quote characters
authorDouglas Gregor <dgregor@apple.com>
Thu, 20 Nov 2008 13:33:37 +0000 (13:33 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 20 Nov 2008 13:33:37 +0000 (13:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59729 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaOverload.cpp

index 77546fd246ed222fe07c6cfbab1877878d3fb1af..36f2def2f17b83475609a54ae6863ede3fe82be0 100644 (file)
@@ -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