2
0
Fork 0
godot/modules
Rémi Verschelde c273ddc3ee Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Didn't commit all the changes where it wants to initialize a struct
with `{}`. Should be reviewed in a separate PR.

Option `IgnoreArrays` enabled for now to be conservative, can be
disabled to see if it proposes more useful changes.

Also fixed manually a handful of other missing initializations / moved
some from constructors.
2022-05-02 16:28:25 +07:00
..
basis_universal Fix some issues found by cppcheck. 2022-04-06 14:34:37 +07:00
bmp Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +07:00
camera
csg Fix CSG gizmos only working on root shapes 2022-04-06 13:36:34 +07:00
cvtt Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +07:00
dds Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +07:00
denoise
enet
etcpak
freetype [Brotli] Use aligned reads when building with sanitizers. 2022-03-31 18:00:49 +07:00
gdscript Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +07:00
glslang
gltf Merge pull request #59393 from techiepriyansh/move-gltf-export-under-scene-menu 2022-04-27 11:51:49 +07:00
gridmap Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +07:00
hdr Color: Rename `to_srgb`/`to_linear` to include base color space 2022-04-13 11:45:52 +07:00
jpg Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +07:00
jsonrpc
lightmapper_rd String: Remove TTR and DTR defines in non-tools build 2022-03-28 20:26:35 +07:00
mbedtls Merge pull request #59582 from Faless/net/4.x_tcp_explicit_poll 2022-04-27 13:56:58 +07:00
meshoptimizer
minimp3 Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +07:00
mobile_vr
mono Narrow FileAccess scope to prevent deadlocks. 2022-04-12 10:54:39 +07:00
msdfgen
navigation Merge pull request #59979 from bruvzg/cpp_check2 2022-04-27 10:08:26 +07:00
noise Validate image size for Noise get image methods 2022-05-01 15:53:27 +07:00
ogg
openxr Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +07:00
raycast Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +07:00
regex Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +07:00
squish
svg Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +07:00
text_server_adv Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +07:00
text_server_fb Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +07:00
tga Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +07:00
theora Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +07:00
tinyexr Color: Rename `to_srgb`/`to_linear` to include base color space 2022-04-13 11:45:52 +07:00
upnp
vhacd
visual_script Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +07:00
vorbis Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +07:00
webp Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +07:00
webrtc Fix some issues found by cppcheck. 2022-04-06 14:34:37 +07:00
websocket Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +07:00
webxr Fix more issues found by cppcheck. 2022-04-20 10:34:00 +07:00
xatlas_unwrap
SCsub
modules_builders.py
register_module_types.h