]> granicus.if.org Git - clang/commitdiff
Remove non-ascii characters introduced in r307513
authorEric Fiselier <eric@efcs.ca>
Mon, 10 Jul 2017 02:52:34 +0000 (02:52 +0000)
committerEric Fiselier <eric@efcs.ca>
Mon, 10 Jul 2017 02:52:34 +0000 (02:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307514 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaCoroutine.cpp

index 05bf5319a5094fbf0a61a709023a8e4d03ac63df..71b74acc068bbad3a326415150e62bd16d9a6fff 100644 (file)
@@ -87,10 +87,10 @@ static QualType lookupPromiseType(Sema &S, const FunctionDecl *FD,
       // [over.match.funcs]4
       // For non-static member functions, the type of the implicit object
       // parameter is
-      //  — “lvalue reference to cv X” for functions declared without a
-      //    ref-qualifier or with the & ref-qualifier
-      //  — “rvalue reference to cv X” for functions declared with the &&
-      //    ref-qualifier
+      //  -- "lvalue reference to cv X" for functions declared without a
+      //      ref-qualifier or with the & ref-qualifier
+      //  -- "rvalue reference to cv X" for functions declared with the &&
+      //      ref-qualifier
       QualType T =
           MD->getThisType(S.Context)->getAs<PointerType>()->getPointeeType();
       T = FnType->getRefQualifier() == RQ_RValue