[PATCH] D21303: [clang-tidy] Adds performance-returning-type check.

Jakub StaroĊ„ via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 21 10:29:00 PDT 2016


staronj removed rL LLVM as the repository for this revision.
staronj updated this revision to Diff 61402.
staronj marked 8 inline comments as done.
staronj added a comment.

1. Name changed to return-value-copy.
2. Changed warning message.
3. Fixed check description.


http://reviews.llvm.org/D21303

Files:
  clang-tidy/performance/CMakeLists.txt
  clang-tidy/performance/PerformanceTidyModule.cpp
  clang-tidy/performance/ReturnValueCopyCheck.cpp
  clang-tidy/performance/ReturnValueCopyCheck.h
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/performance-return-value-copy.rst
  test/clang-tidy/performance-return-value-copy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21303.61402.patch
Type: text/x-patch
Size: 23712 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160621/de6e478c/attachment-0001.bin>


More information about the cfe-commits mailing list