r206298 - Fix a comment to match the implementation

Nico Weber thakis at chromium.org
Tue Apr 15 10:40:15 PDT 2014


Might as well just delete the comment, it only repeats the text in the next
lineā€¦


On Tue, Apr 15, 2014 at 9:24 AM, Alp Toker <alp at nuanti.com> wrote:

> Author: alp
> Date: Tue Apr 15 11:24:50 2014
> New Revision: 206298
>
> URL: http://llvm.org/viewvc/llvm-project?rev=206298&view=rev
> Log:
> Fix a comment to match the implementation
>
> Modified:
>     cfe/trunk/lib/Sema/SemaDecl.cpp
>
> Modified: cfe/trunk/lib/Sema/SemaDecl.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDecl.cpp?rev=206298&r1=206297&r2=206298&view=diff
>
> ==============================================================================
> --- cfe/trunk/lib/Sema/SemaDecl.cpp (original)
> +++ cfe/trunk/lib/Sema/SemaDecl.cpp Tue Apr 15 11:24:50 2014
> @@ -8623,7 +8623,7 @@ void Sema::ActOnInitializerError(Decl *D
>      return;
>    }
>
> -  // Require an abstract type.
> +  // Require a non-abstract type.
>    if (RequireNonAbstractType(VD->getLocation(), Ty,
>                               diag::err_abstract_type_in_decl,
>                               AbstractVariableType)) {
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140415/5570d8bb/attachment.html>


More information about the cfe-commits mailing list