.. title:: clang-tidy - cppcoreguidelines-narrowing-conversions
.. meta::
   :http-equiv=refresh: 5;URL=../bugprone/narrowing-conversions.html

cppcoreguidelines-narrowing-conversions
=======================================

This check implements part of  `ES.46
<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#es46-avoid-lossy-narrowing-truncating-arithmetic-conversions>`_
from the C++ Core Guidelines.

The cppcoreguidelines-narrowing-conversions check is an alias, please see
:doc:`bugprone-narrowing-conversions <../bugprone/narrowing-conversions>`
for more information.
