[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
Tue Dec 31 04:04:24 PST 2019
JonasToth updated this revision to Diff 235704.
JonasToth added a comment.
- adjust skipLParens code slightly to remove redundant checks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54395/new/
https://reviews.llvm.org/D54395
Files:
clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.cpp
clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
clang-tools-extra/clang-tidy/utils/FixItHintUtils.cpp
clang-tools-extra/clang-tidy/utils/FixItHintUtils.h
clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
clang-tools-extra/clang-tidy/utils/LexerUtils.h
clang-tools-extra/unittests/clang-tidy/AddConstTest.cpp
clang-tools-extra/unittests/clang-tidy/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54395.235704.patch
Type: text/x-patch
Size: 59502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191231/07b42ff1/attachment-0001.bin>
More information about the cfe-commits
mailing list