mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 22:30:11 +01:00
Most of our visitors have custom destructors because they wrap C types, and need to manually call destructors for those types. Because of this, the implicitly generated copy constructors and copy-assignment operators are not safe due copying pointers rather than data. Since we don't need these features just delete them, so any attempt to use them would be a compilation error. This doesn't fix any existing issue except stopping coverity from complaining, but it does prevent new issues in the future. Acked-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29662> |
||
|---|---|---|
| .. | ||
| clc | ||
| glsl | ||
| isaspec | ||
| nir | ||
| rust | ||
| spirv | ||
| builtin_types.py | ||
| builtin_types_c.py | ||
| builtin_types_h.py | ||
| glsl_types.c | ||
| glsl_types.h | ||
| meson.build | ||
| shader_enums.c | ||
| shader_enums.h | ||
| shader_info.h | ||