Details
Diff Detail
Event Timeline
- Failed tests
- Missing tests for this change
- Missing configuration option for this change (changing default behavior)
- Missing release notes
- Missing documentation update
- auto& , auto&&, auto* still wont be ignored (that's also auto type).
I'm working on the test failures and improved test coverage. Where can I learn more about how to update the release notes and documentation?
Tests:
./clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-transform-values.cpp
./clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-cxx17.cpp
./clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-templates.cpp
./clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-transform-pointer-as-values.cpp
./clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-unaligned.cpp
./clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-pointer-as-values.cpp
./clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-values.cpp
./clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-wrong-config.cpp
Documentation:
./clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst
Release notes:
./clang-tools-extra/docs/ReleaseNotes.rst
For things like options, look how other checks do that.
Would you be able to update the commit message to include a description that explains why this commit is necessary please?