[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
Wed Jun 3 06:00:20 PDT 2020


bernhardmgruber updated this revision to Diff 268155.
bernhardmgruber added a comment.

Reuploaded diff in an attempt to trigger a CI build.


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-cxx20.cpp
  clang-tools-extra/test/clang-tidy/checkers/modernize-use-trailing-return-type.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80514.268155.patch
Type: text/x-patch
Size: 14525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200603/76b7d7fd/attachment-0001.bin>


More information about the cfe-commits mailing list