[PATCH] D53475: Create ConstantExpr class

Bill Wendling via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 30 22:07:07 PDT 2018


I didn't see that during my tests. Probably different -W flags or
something. I reverted that bit. I hope it fixes the problem.

-bw

On Tue, Oct 30, 2018 at 10:02 PM Kristina Brooks via Phabricator <
reviews at reviews.llvm.org> wrote:

> kristina added a comment.
>
> Ah, it was causing this warning during build:
>
>   /SourceCache/llvm-trunk-8.0/tools/clang/include/clang/AST/Expr.h:903:1:
> warning: 'ConstantExpr' defined as a struct here but previously declared as
> a class [-Wmismatched-tags]
>
>
> Repository:
>   rC Clang
>
> https://reviews.llvm.org/D53475
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181030/e759090c/attachment-0001.html>


More information about the cfe-commits mailing list