Set STUB_DECL for unique types

This commit is contained in:
2025-04-23 09:28:58 +02:00
parent 09ad85b058
commit a02e053ed2
5 changed files with 28 additions and 16 deletions

View File

@ -36,7 +36,7 @@ namespace elna::gcc
bool is_integral_type(tree type);
bool is_numeric_type(tree type);
bool is_array_type(tree type);
bool is_unique_type(tree type);
bool is_void_type(tree type);
/**