[PATCH] D55433: [clang-tidy] Adding a new modernize use nodiscard checker

Jonas Toth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 9 12:54:39 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL350760: [clang-tidy] Adding a new modernize use nodiscard checker (authored by JonasToth, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D55433?vs=180687&id=180909#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D55433

Files:
  clang-tools-extra/trunk/clang-tidy/modernize/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/modernize/ModernizeTidyModule.cpp
  clang-tools-extra/trunk/clang-tidy/modernize/UseNodiscardCheck.cpp
  clang-tools-extra/trunk/clang-tidy/modernize/UseNodiscardCheck.h
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-nodiscard.rst
  clang-tools-extra/trunk/test/clang-tidy/modernize-use-nodiscard-clang-unused.cpp
  clang-tools-extra/trunk/test/clang-tidy/modernize-use-nodiscard-cxx11.cpp
  clang-tools-extra/trunk/test/clang-tidy/modernize-use-nodiscard-gcc-unused.cpp
  clang-tools-extra/trunk/test/clang-tidy/modernize-use-nodiscard-no-macro-inscope-cxx11.cpp
  clang-tools-extra/trunk/test/clang-tidy/modernize-use-nodiscard-no-macro.cpp
  clang-tools-extra/trunk/test/clang-tidy/modernize-use-nodiscard.cpp
  clang-tools-extra/trunk/test/clang-tidy/modernize-use-nodiscard.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55433.180909.patch
Type: text/x-patch
Size: 28684 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190109/552cec65/attachment.bin>


More information about the llvm-commits mailing list