[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / deprecated-headers.rst
blobe9812fd0c94dc4dcbf0ecad0c3c8f727f5489292
1 .. title:: clang-tidy - hicpp-deprecated-headers
2 .. meta::
3    :http-equiv=refresh: 5;URL=../modernize/deprecated-headers.html
5 hicpp-deprecated-headers
6 ========================
8 The `hicpp-deprecated-headers` check is an alias, please see
9 `modernize-deprecated-headers <../modernize/deprecated-headers.html>`_
10 for more information.
11 It enforces the `rule 1.3.3 <http://www.codingstandard.com/rule/1-3-3-do-not-use-the-c-standard-library-h-headers/>`_.