1.. title:: clang-tidy - hicpp-uppercase-literal-suffix 2.. meta:: 3 :http-equiv=refresh: 5;URL=../readability/uppercase-literal-suffix.html 4 5hicpp-uppercase-literal-suffix 6============================== 7 8The hicpp-uppercase-literal-suffix check is an alias, please see 9:doc:`readability-uppercase-literal-suffix <../readability/uppercase-literal-suffix>` for more information. 10 11Partially implements `rule 4.2.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/standard-conversions>`_ 12to ensure that the ``U`` suffix is writeln properly. 13