We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20681a1 commit 617925eCopy full SHA for 617925e
clang-tools-extra/docs/ReleaseNotes.rst
@@ -225,7 +225,7 @@ Changes in existing checks
225
`const auto e = (*vector_ptr)[i]` and `const auto e = vector_ptr->at(i);`.
226
227
- Improved :doc:`modernize-use-using <clang-tidy/checks/modernize/use-using>`
228
- check by fixing false-negative in functions.
+ check by adding support for detection of typedefs declared on function level.
229
230
- Improved :doc:`readability-implicit-bool-conversion
231
<clang-tidy/checks/readability/implicit-bool-conversion>` check to provide
0 commit comments