quakeforge/ruamoko
Bill Currie dc61d15340 [qfcc] Add failing test for array-typedef interaction
Two variables declared as arrays (same size) of different typedefs to
the same base type have their type encodings both pointing to the same
short alias.

From vkgen:

    51d3  ty_array  [4={int32_t>i}]      207f  0 4
    51d9  ty_array  [4=i]                1035  0 4
    51df  ty_alias  {>[4=i]}              16  51d9  51e6
    51e6  ty_array  [4={uint32_t>i}]     2063  0 4
    51ec  ty_union  {tag VkClearColorValue-} tag VkClearColorValue
	    4ca0     0 float32
	    51df     0 int32
	    51df     0 uint32

uint32 should use 51e6 and int32 should use 513d,
2023-06-30 02:39:51 +09:00
..
cl_menu [ruamoko] Make cbuf functions take a cbuf param 2023-05-24 21:01:07 +09:00
game [build] Support silent rules for qfcc 2020-06-26 10:52:06 +09:00
gatest Merge branch 'wip-shadow' 2023-06-26 18:21:37 +09:00
gui [build] Fix a pile of issues building under cygwin 2022-09-19 13:41:24 +01:00
include [ruamoko] Correct signatures of strtol and strtoul 2023-05-29 15:12:20 +09:00
lib [ruamoko] Correct signatures of strtol and strtoul 2023-05-29 15:12:20 +09:00
qwaq [qfcc] Add failing test for array-typedef interaction 2023-06-30 02:39:51 +09:00
scheme [build] Fix a pile of issues building under cygwin 2022-09-19 13:41:24 +01:00
Doxyfile.in Update doxygen config files for 1.8.9.1 2016-01-04 11:17:09 +09:00
Makemodule.am [gatest] Add basic geometric algebra test 2023-05-19 00:34:05 +09:00