Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix format_string_checker initialisation order #3542

Merged

Conversation

kieranclancy
Copy link
Contributor

Linter (clang-tidy) complains about uninitialised fields in format_string_checker since types_ is passed to context_ before being initialised. Fixes #3541.

Linter (clang-tidy) complains about uninitialised fields in
format_string_checker since types_ is passed to context_ before being
initialised. Fixes fmtlib#3541.
@vitaut vitaut merged commit 72dc449 into fmtlib:master Jul 20, 2023
40 checks passed
@vitaut
Copy link
Contributor

vitaut commented Jul 20, 2023

Thank you

@kieranclancy kieranclancy deleted the fix-format-string-checker-initialisation branch July 21, 2023 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clang-tidy reports uninitialized fields in format_string_checker
2 participants