[cfe-commits] r155279 - /cfe/trunk/lib/Sema/SemaDeclCXX.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Sat Apr 21 02:51:12 PDT 2012
Bill, please pull it onto release_31.
2012/4/21 NAKAMURA Takumi <geek4civic at gmail.com>:
> Author: chapuni
> Date: Sat Apr 21 04:40:04 2012
> New Revision: 155279
>
> URL: http://llvm.org/viewvc/llvm-project?rev=155279&view=rev
> Log:
> SemaDeclCXX.cpp: Fix utf8 in comment.
>
> Modified:
> cfe/trunk/lib/Sema/SemaDeclCXX.cpp
>
> Modified: cfe/trunk/lib/Sema/SemaDeclCXX.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclCXX.cpp?rev=155279&r1=155278&r2=155279&view=diff
> ==============================================================================
> --- cfe/trunk/lib/Sema/SemaDeclCXX.cpp (original)
> +++ cfe/trunk/lib/Sema/SemaDeclCXX.cpp Sat Apr 21 04:40:04 2012
> @@ -11094,7 +11094,7 @@
> // 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);
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list