llvm/clang-tools-extra/docs/clang-tidy/checks/hicpp/uppercase-literal-suffix.rst

.. title:: clang-tidy - hicpp-uppercase-literal-suffix
.. meta::
   :http-equiv=refresh: 5;URL=../readability/uppercase-literal-suffix.html

hicpp-uppercase-literal-suffix
==============================

The hicpp-uppercase-literal-suffix check is an alias, please see
:doc:`readability-uppercase-literal-suffix <../readability/uppercase-literal-suffix>` for more information.

Partially implements `rule 4.2.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/standard-conversions>`_
to ensure that the ``U`` suffix is writeln properly.