1.. title:: clang-tidy - cppcoreguidelines-narrowing-conversions
2.. meta::
3   :http-equiv=refresh: 5;URL=../bugprone/narrowing-conversions.html
4
5cppcoreguidelines-narrowing-conversions
6=======================================
7
8This check implements part of  `ES.46
9<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#es46-avoid-lossy-narrowing-truncating-arithmetic-conversions>`_
10from the C++ Core Guidelines.
11
12The cppcoreguidelines-narrowing-conversions check is an alias, please see
13:doc:`bugprone-narrowing-conversions <../bugprone/narrowing-conversions>`
14for more information.
15