Provide record initialization syntax
This commit is contained in:
@ -39,6 +39,7 @@ namespace gcc
|
||||
bool is_array_type(tree type);
|
||||
bool is_procedure_type(tree type);
|
||||
bool is_void_type(tree type);
|
||||
bool is_record_type(tree type);
|
||||
|
||||
/**
|
||||
* \param lhs Left hand value.
|
||||
|
Reference in New Issue
Block a user