Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix format_string_checker initialisation order (#3542)
Linter (clang-tidy) complains about uninitialised fields in format_string_checker since types_ is passed to context_ before being initialised. Fixes #3541.
- Loading branch information