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