File tree Expand file tree Collapse file tree 7 files changed +2
-239
lines changed Expand file tree Collapse file tree 7 files changed +2
-239
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ set(LLVM_LINK_COMPONENTS
6
6
add_clang_library (clangTidyMiscModule
7
7
DefinitionsInHeadersCheck.cpp
8
8
MiscTidyModule.cpp
9
- MisleadingIdentifier.cpp
10
9
MisplacedConstCheck.cpp
11
10
NewDeleteOverloadsCheck.cpp
12
11
NoRecursionCheck.cpp
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -101,15 +101,12 @@ New checks
101
101
Reports identifiers whose names are too short. Currently checks local
102
102
variables and function parameters only.
103
103
104
+
104
105
- New :doc: `readability-data-pointer <clang-tidy/checks/readability-data-pointer >` check.
105
106
106
107
Finds cases where code could use ``data() `` rather than the address of the
107
108
element at index 0 in a container.
108
109
109
- - New :doc: `misc-misleading-identifier <clang-tidy/checks/misc-misleading-identifier >` check.
110
-
111
- Reports identifier with unicode right-to-left characters.
112
-
113
110
New check aliases
114
111
^^^^^^^^^^^^^^^^^
115
112
Original file line number Diff line number Diff line change @@ -212,7 +212,6 @@ Clang-Tidy Checks
212
212
`llvmlibc-implementation-in-namespace <llvmlibc-implementation-in-namespace.html >`_,
213
213
`llvmlibc-restrict-system-libc-headers <llvmlibc-restrict-system-libc-headers.html >`_, "Yes"
214
214
`misc-definitions-in-headers <misc-definitions-in-headers.html >`_, "Yes"
215
- `misc-misleading-identifier <misc-mileading-identifier.html >`_,
216
215
`misc-misplaced-const <misc-misplaced-const.html >`_,
217
216
`misc-new-delete-overloads <misc-new-delete-overloads.html >`_,
218
217
`misc-no-recursion <misc-no-recursion.html >`_,
@@ -450,4 +449,4 @@ Clang-Tidy Checks
450
449
`hicpp-vararg <hicpp-vararg.html >`_, `cppcoreguidelines-pro-type-vararg <cppcoreguidelines-pro-type-vararg.html >`_,
451
450
`llvm-else-after-return <llvm-else-after-return.html >`_, `readability-else-after-return <readability-else-after-return.html >`_, "Yes"
452
451
`llvm-qualified-auto <llvm-qualified-auto.html >`_, `readability-qualified-auto <readability-qualified-auto.html >`_, "Yes"
453
-
452
+
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments