diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-04-21 09:40:04 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-04-21 09:40:04 +0000 |
commit | c86d1fdb7b785c34d14fd83a470b395466c69e5d (patch) | |
tree | 3b275c2f5a69051c9b16e87cff96f445bf62b735 /lib/Sema/SemaDeclCXX.cpp | |
parent | 126d3d0905b1d61ca0cfdbe0db432d5a88a75f6c (diff) |
SemaDeclCXX.cpp: Fix utf8 in comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155279 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDeclCXX.cpp')
-rw-r--r-- | lib/Sema/SemaDeclCXX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |