Files
OpenCL-CTS/test_conformance
Sven van Haastregt 61ec521b1c [NFC] Fix BasicCommandBufferTest initialization order (#1628)
The `command_buffer` member is initialized with `this`, and should
thus be initialized after all other members have been initialized, to
avoid any potential uninitialized data accesses by `command_buffer`'s
constructor.  This is currently not a problem, but would become a
problem when `command_buffer`'s constructor accesses the object
through its parameter.

Fixes a -Wreorder warning.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
2023-02-20 11:39:18 +00:00
..
2021-05-18 18:12:55 +01:00
2023-01-24 08:53:18 -08:00
2020-07-23 17:21:07 +01:00
2023-02-06 15:09:04 +00:00
2023-01-14 15:18:27 +00:00
2023-01-24 08:48:53 -08:00
2023-02-07 08:46:15 -08:00
2023-01-31 09:50:21 -08:00