dxx-rebirth/similar
Kp e306a6fa99 Rework start_wall_cloak to handle clang inlining limit
clang-13 fails to sufficiently inline this construct, causing it to emit
an unnecessary call to check_null_pointer_conversion on a path where
m_ptr is already guaranteed to be non-nullptr.  That call in turn
causes a linker error, since no other site using valptridx<wall> needs
check_null_pointer_conversion instantiated.  Rather than provide the
instantiation, rework the logic to avoid the need for the dead call.
2022-01-15 20:39:10 +00:00
..
2d Fix SDL-only build 2021-11-01 03:37:20 +00:00
3d Move rotate_point_list inline in g3_interpreter_draw_base 2021-11-01 03:37:20 +00:00
arch Remove unused-but-set variables in ogl_texture_stats 2022-01-15 20:39:10 +00:00
editor Use enumerated_array for unique_side::uvls 2022-01-15 20:39:10 +00:00
main Rework start_wall_cloak to handle clang inlining limit 2022-01-15 20:39:10 +00:00
misc Use enum class for VR StereoFormat 2021-09-12 16:20:52 +00:00