mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The newly rolled version of clang-tidy is warning about some accesses to std::optional values. The function does a has_value check before accessing the values, but the analyzer does not detect that.