[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / uppercase-literal-suffix.rst
blob994363accc8c68dc9c4c4440d406a54da4fae817
1 .. title:: clang-tidy - hicpp-uppercase-literal-suffix
2 .. meta::
3    :http-equiv=refresh: 5;URL=../readability/uppercase-literal-suffix.html
5 hicpp-uppercase-literal-suffix
6 ==============================
8 The hicpp-uppercase-literal-suffix check is an alias, please see
9 :doc:`readability-uppercase-literal-suffix <../readability/uppercase-literal-suffix>` for more information.
11 Partially implements `rule 4.2.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/standard-conversions>`_
12 to ensure that the ``U`` suffix is writeln properly.