dxx-rebirth/similar
Kp 19f31eb420 Rewrite simple pointer casts from C style to reinterpret_cast<>
This pass only targets int8_t and uint8_t.

s/(\s*\(u\?int8_t\s*\*\+\)\s*)\s*(/reinterpret_cast<\1>(/g
2016-07-03 00:54:14 +00:00
..
2d Rewrite simple integer casts from C style to static_cast<> 2016-06-05 01:04:26 +00:00
3d Rewrite simple integer casts from C style to static_cast<> 2016-06-05 01:04:26 +00:00
arch Fix -Wshadow error in SDL-only build 2016-07-02 02:04:11 +00:00
editor Add parentheses around casts of simple array subscripts 2016-06-25 23:21:36 +00:00
main Rewrite simple pointer casts from C style to reinterpret_cast<> 2016-07-03 00:54:14 +00:00
misc Rewrite simple pointer casts from C style to reinterpret_cast<> 2016-06-05 01:04:26 +00:00