[PATCH] D53025: [clang-tidy] implement new check for const return types.
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 31 11:52:32 PDT 2018
ymandel updated this revision to Diff 171985.
ymandel marked an inline comment as done.
ymandel added a comment.
Rebased patch onto trunk.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D53025
Files:
clang-tidy/readability/CMakeLists.txt
clang-tidy/readability/ConstReturnTypeCheck.cpp
clang-tidy/readability/ConstReturnTypeCheck.h
clang-tidy/readability/ReadabilityTidyModule.cpp
clang-tidy/utils/LexerUtils.cpp
clang-tidy/utils/LexerUtils.h
docs/ReleaseNotes.rst
docs/clang-tidy/checks/list.rst
docs/clang-tidy/checks/readability-const-return-type.rst
test/clang-tidy/readability-const-return-type.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53025.171985.patch
Type: text/x-patch
Size: 20340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181031/7c4509cc/attachment-0001.bin>
More information about the cfe-commits
mailing list