webview icon indicating copy to clipboard operation
webview copied to clipboard

C++ Core Guidelines: Always initialize an object

Open SteffenL opened this issue 7 months ago • 0 comments

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.

SteffenL avatar Mar 31 '25 07:03 SteffenL