clang.zig cleanup #7: add missing struct

This commit is contained in:
Gonzalo Diethelm 2019-05-22 15:36:07 +02:00
parent f4b4ea402e
commit b639447263

View File

@ -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(