14 lines · plain
1.. title:: clang-tidy - hicpp-uppercase-literal-suffix2.. meta::3 :http-equiv=refresh: 5;URL=../readability/uppercase-literal-suffix.html4 5hicpp-uppercase-literal-suffix6==============================7 8The hicpp-uppercase-literal-suffix check is an alias, please see9:doc:`readability-uppercase-literal-suffix10<../readability/uppercase-literal-suffix>` for more information.11 12Partially implements `rule 4.2.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/standard-conversions>`_13to ensure that the ``U`` suffix is writeln properly.14