[PATCH] D56160: [clang-tidy] modernize-use-trailing-return-type check
Bernhard Manfred Gruber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 27 14:16:18 PST 2019
bernhardmgruber updated this revision to Diff 188621.
bernhardmgruber marked 4 inline comments as done.
bernhardmgruber retitled this revision from "[clang-tidy] modernize-use-trailing-return check" to "[clang-tidy] modernize-use-trailing-return-type check".
bernhardmgruber added a comment.
- renamed the check to modernize-use-trailing-return-type
- fixed the out-of-bounds access to check whether there is a space after the return type
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56160/new/
https://reviews.llvm.org/D56160
Files:
clang-tidy/modernize/CMakeLists.txt
clang-tidy/modernize/ModernizeTidyModule.cpp
clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
clang-tidy/modernize/UseTrailingReturnTypeCheck.h
docs/ReleaseNotes.rst
docs/clang-tidy/checks/list.rst
docs/clang-tidy/checks/modernize-use-trailing-return-type.rst
test/clang-tidy/modernize-use-trailing-return-type.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56160.188621.patch
Type: text/x-patch
Size: 42880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190227/701ebf19/attachment-0001.bin>
More information about the cfe-commits
mailing list