[PATCH] D80514: [clang-tidy] modernize-use-trailing-return-type support for C++20 concepts and decltype

Bernhard Manfred Gruber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 25 09:05:46 PDT 2020


bernhardmgruber updated this revision to Diff 266034.
bernhardmgruber marked 2 inline comments as done and 2 inline comments as done.
bernhardmgruber added a comment.

- split code tables in documentation
- removed unnecessary return statement


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80514/new/

https://reviews.llvm.org/D80514

Files:
  clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
  clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.h
  clang-tools-extra/docs/clang-tidy/checks/modernize-use-trailing-return-type.rst
  clang-tools-extra/test/clang-tidy/checkers/modernize-use-trailing-return-type.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80514.266034.patch
Type: text/x-patch
Size: 14221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200525/230c3138/attachment-0001.bin>


More information about the cfe-commits mailing list