Skip to content

Commit

Permalink
clang.zig cleanup ziglang#7: add missing struct
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzus committed May 28, 2019
1 parent f4b4ea4 commit b639447
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src-self-hosted/clang.zig
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,12 @@ pub const struct_ZigClangQualType = extern struct {
ptr: ?*c_void,
};

pub const struct_ZigClangAPValueLValueBase = extern struct {
Ptr: ?*c_void,
CallIndex: c_uint,
Version: c_uint,
};

pub extern fn ZigClangErrorMsg_delete(ptr: [*c]Stage2ErrorMsg, len: usize) void;

pub extern fn ZigClangLoadFromCommandLine(
Expand Down

0 comments on commit b639447

Please sign in to comment.