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 <[email protected]> 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
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to