aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRashmi Mudduluru <r_mudduluru@apple.com>2022-08-05 12:35:44 -0700
committerRashmi Mudduluru <r_mudduluru@apple.com>2022-08-05 12:36:03 -0700
commit13bc71310920dced155328e25aa382dc2bb1ef9f (patch)
tree672f319683472bc556d65b3f1b0d40184f337ecf
parentfb89cc0ddbd9a588ee15148451e7d0bcbc1ef411 (diff)
fixes clang-tidy/checks/list.rst: a line was accidentally removed in 95a92995d45fc6fada43ecd91eba3e7aea90487a
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/list.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/list.rst b/clang-tools-extra/docs/clang-tidy/checks/list.rst
index b72e3ca69c39..a7c6247ab96b 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/list.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/list.rst
@@ -239,6 +239,7 @@ Clang-Tidy Checks
`llvmlibc-implementation-in-namespace <llvmlibc/implementation-in-namespace.html>`_,
`llvmlibc-restrict-system-libc-headers <llvmlibc/restrict-system-libc-headers.html>`_, "Yes"
`misc-confusable-identifiers <misc/confusable-identifiers.html>`_,
+ `misc-const-correctness <misc/const-correctness.html>`_, "Yes"
`misc-definitions-in-headers <misc/definitions-in-headers.html>`_, "Yes"
`misc-misleading-bidirectional <misc/misleading-bidirectional.html>`_,
`misc-misleading-identifier <misc/misleading-identifier.html>`_,