zig_clang/translate_c: Use opaque declarations in Zig

This commit is contained in:
Tadeo Kondrak 2020-09-30 10:46:19 -06:00 committed by Veikka Tuominen
parent 0e57f220fb
commit 83eda21488
3 changed files with 1586 additions and 1185 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -68,16 +68,17 @@ struct ZigClangExprEvalResult {
ZigClangAPValue Val;
};
struct ZigClangAbstractConditionalOperator;
struct ZigClangAPFloat;
struct ZigClangAPInt;
struct ZigClangAPSInt;
struct ZigClangAPValue;
struct ZigClangASTContext;
struct ZigClangASTUnit;
struct ZigClangArraySubscriptExpr;
struct ZigClangArrayType;
struct ZigClangAttributedType;
struct ZigClangBinaryOperator;
struct ZigClangBinaryConditionalOperator;
struct ZigClangBreakStmt;
struct ZigClangBuiltinType;
struct ZigClangCStyleCastExpr;