]> granicus.if.org Git - clang/commitdiff
SemaDeclCXX.cpp: Fix utf8 in comment.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 21 Apr 2012 09:40:04 +0000 (09:40 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 21 Apr 2012 09:40:04 +0000 (09:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155279 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclCXX.cpp

index 1372f7713640c1bf13932f2ddd6ade64452b331c..65c8bbe7cff2948930a74cc94e9c48703a28ee47 100644 (file)
@@ -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);