From c86d1fdb7b785c34d14fd83a470b395466c69e5d Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 21 Apr 2012 09:40:04 +0000 Subject: [PATCH] SemaDeclCXX.cpp: Fix utf8 in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155279 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaDeclCXX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0