Skip to content

Commit 617925e

Browse files
committed
fixup! [clang-tidy] Improved modernize-use-using by fixing a false-negative
Improved release notes message
1 parent 20681a1 commit 617925e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Changes in existing checks
225225
`const auto e = (*vector_ptr)[i]` and `const auto e = vector_ptr->at(i);`.
226226

227227
- Improved :doc:`modernize-use-using <clang-tidy/checks/modernize/use-using>`
228-
check by fixing false-negative in functions.
228+
check by adding support for detection of typedefs declared on function level.
229229

230230
- Improved :doc:`readability-implicit-bool-conversion
231231
<clang-tidy/checks/readability/implicit-bool-conversion>` check to provide

0 commit comments

Comments
 (0)