[PATCH] D42730: Add clang-tidy check for use of types/classes/functions from <functional> header which are deprecated and removed in C++17

Jens Massberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 31 04:24:32 PST 2018


massberg updated this revision to Diff 132137.
massberg retitled this revision from "Add clang-tidy check for use of types/classes/functions from functional.h which are deprecated and removed in C++17" to "Add clang-tidy check for use of types/classes/functions from <functional> header which are deprecated and removed in C++17".
massberg edited the summary of this revision.
massberg added a comment.

Implemented all suggestions from the reviewer.


https://reviews.llvm.org/D42730

Files:
  clang-tidy/modernize/AvoidFunctionalCheck.cpp
  clang-tidy/modernize/AvoidFunctionalCheck.h
  clang-tidy/modernize/CMakeLists.txt
  clang-tidy/modernize/ModernizeTidyModule.cpp
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/modernize-avoid-functional.rst
  test/clang-tidy/modernize-avoid-functional.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42730.132137.patch
Type: text/x-patch
Size: 9273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180131/ed72052b/attachment.bin>


More information about the cfe-commits mailing list