From eaa8dfd29ce8f65585390b55e9bfd3b0c8d1eedd Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 21 Apr 2012 19:24:29 +0000 Subject: Merging r155279: ------------------------------------------------------------------------ r155279 | chapuni | 2012-04-21 02:40:04 -0700 (Sat, 21 Apr 2012) | 1 line SemaDeclCXX.cpp: Fix utf8 in comment. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_31@155295 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaDeclCXX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Sema/SemaDeclCXX.cpp') diff --git a/lib/Sema/SemaDeclCXX.cpp b/lib/Sema/SemaDeclCXX.cpp index f0f52c7546..ed34fd9e6d 100644 --- a/lib/Sema/SemaDeclCXX.cpp +++ b/lib/Sema/SemaDeclCXX.cpp @@ -11091,7 +11091,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); -- cgit v1.2.3