webview
webview copied to clipboard
C++ Core Guidelines: Always initialize an object
Investigate library's conformance with C++ Core Guidelines "Always initialize an object" rule and apply fixes.
Enabling the Clang Tidy rule cppcoreguidelines-init-variables should help find uninitialized variables.