[PATCH] D53475: Create ConstantExpr class
Kristina Brooks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 30 22:02:03 PDT 2018
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
More information about the cfe-commits
mailing list