xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/hicpp/uppercase-literal-suffix.rst (revision c6fa07ca966eb8902465adbe2c6c1e41a108881c)
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