brintos

brintos / llvm-project-archived public Read only

0
0
Text · 592 B · b1d3e40 Raw
15 lines · plain
1.. title:: clang-tidy - cppcoreguidelines-narrowing-conversions2.. meta::3   :http-equiv=refresh: 5;URL=../bugprone/narrowing-conversions.html4 5cppcoreguidelines-narrowing-conversions6=======================================7 8This check implements part of  `ES.469<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 see13:doc:`bugprone-narrowing-conversions <../bugprone/narrowing-conversions>`14for more information.15