summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCoroutine.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-07-10 02:52:34 +0000
committerEric Fiselier <eric@efcs.ca>2017-07-10 02:52:34 +0000
commitbf166cea71658b4aa4470b120aa594e88a61089a (patch)
tree4e7fad31d707646085dfd14edc2df3b4541fa955 /clang/lib/Sema/SemaCoroutine.cpp
parent166c6e6f053763bd7bacf5fc4f79fc1195082e71 (diff)
downloadbcm5719-llvm-bf166cea71658b4aa4470b120aa594e88a61089a.tar.gz
bcm5719-llvm-bf166cea71658b4aa4470b120aa594e88a61089a.zip
Remove non-ascii characters introduced in r307513
llvm-svn: 307514
Diffstat (limited to 'clang/lib/Sema/SemaCoroutine.cpp')
-rw-r--r--clang/lib/Sema/SemaCoroutine.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/lib/Sema/SemaCoroutine.cpp b/clang/lib/Sema/SemaCoroutine.cpp
index 05bf5319a50..71b74acc068 100644
--- a/clang/lib/Sema/SemaCoroutine.cpp
+++ b/clang/lib/Sema/SemaCoroutine.cpp
@@ -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
OpenPOWER on IntegriCloud