2
0
Fork 0
godot/modules/openxr
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
..
action_map Validate input in OpenXR array setter 2022-04-20 11:00:58 +07:00
doc_classes Add action map editor for OpenXR 2022-04-04 18:43:29 +07:00
editor catch null profile_def causing crash on startup 2022-04-11 08:55:23 +07:00
extensions Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +07:00
SCsub CI: Update black formatter and apply changes 2022-04-05 17:43:12 +07:00
config.py
openxr_api.cpp Fix cppcheck const parameters 2022-04-28 11:35:39 +07:00
openxr_api.h Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +07:00
openxr_interface.cpp Fix typos with codespell 2022-03-31 14:07:29 +07:00
openxr_interface.h Cleanup OpenXR on initialisation failure 2022-03-25 18:30:47 +07:00
openxr_util.cpp
openxr_util.h
register_types.cpp Add action map editor for OpenXR 2022-04-04 18:43:29 +07:00
register_types.h