[PATCH] D54395: [clang-tidy] implement utility-function to add 'const' to variables
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 17 10:59:06 PST 2019
JonasToth updated this revision to Diff 182345.
JonasToth added a comment.
- generalize to DeclSpec::TQ
- add dependent type-tests with `typename`
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54395/new/
https://reviews.llvm.org/D54395
Files:
clang-tidy/performance/ForRangeCopyCheck.cpp
clang-tidy/performance/UnnecessaryCopyInitialization.cpp
clang-tidy/performance/UnnecessaryValueParamCheck.cpp
clang-tidy/utils/FixItHintUtils.cpp
clang-tidy/utils/FixItHintUtils.h
clang-tidy/utils/LexerUtils.cpp
clang-tidy/utils/LexerUtils.h
unittests/clang-tidy/AddConstTest.cpp
unittests/clang-tidy/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54395.182345.patch
Type: text/x-patch
Size: 53023 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190117/278fcdeb/attachment-0001.bin>
More information about the cfe-commits
mailing list