[PATCH] D41655: [clang-tidy] New check bugprone-unused-return-value

Alexander Kornienko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 19 06:05:20 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL327833: [clang-tidy] New check bugprone-unused-return-value (authored by alexfh, committed by ).
Herald added subscribers: llvm-commits, klimek.

Changed prior to commit:
  https://reviews.llvm.org/D41655?vs=138595&id=138901#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D41655

Files:
  clang-tools-extra/trunk/clang-tidy/bugprone/BugproneTidyModule.cpp
  clang-tools-extra/trunk/clang-tidy/bugprone/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
  clang-tools-extra/trunk/clang-tidy/bugprone/UnusedReturnValueCheck.h
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/bugprone-unused-return-value.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/test/clang-tidy/bugprone-unused-return-value-custom.cpp
  clang-tools-extra/trunk/test/clang-tidy/bugprone-unused-return-value.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41655.138901.patch
Type: text/x-patch
Size: 18090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180319/d68e606b/attachment.bin>


More information about the llvm-commits mailing list