blob: 7cf1846c4c8ab6d7fe9cf89f7ef43bb49b156143 [file] [log] [blame]
.. title:: clang-tidy - zircon-fbl-limits
zircon-fbl-limits
=================
This check is part of the migration checks for moving Zircon user code to use
the C++ standard library.
It suggests converting uses of ``fbl::numeric_limits<T>`` to
``std::numeric_limits<T>``, and suggests inserting the ``<limits>`` header. It
also suggests the removal of all uses of the ``<fbl/limits.h>`` header, as all
declarations therein will be replaced by the check and the appropriate
``<limits>`` replacement header recommended.