From: NAKAMURA Takumi Date: Sat, 21 Apr 2012 09:40:04 +0000 (+0000) Subject: SemaDeclCXX.cpp: Fix utf8 in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c86d1fdb7b785c34d14fd83a470b395466c69e5d;p=clang SemaDeclCXX.cpp: Fix utf8 in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155279 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDeclCXX.cpp b/lib/Sema/SemaDeclCXX.cpp index 1372f77136..65c8bbe7cf 100644 --- a/lib/Sema/SemaDeclCXX.cpp +++ b/lib/Sema/SemaDeclCXX.cpp @@ -11094,7 +11094,7 @@ bool Sema::checkThisInStaticMemberFunctionType(CXXMethodDecl *Method) { // static member function (although its type and value category are defined // within a static member function as they are within a non-static member // function). [ Note: this is because declaration matching does not occur - // until the complete declarator is known. — end note ] + // until the complete declarator is known. - end note ] const FunctionProtoType *Proto = ProtoTL->getTypePtr(); FindCXXThisExpr Finder(*this);