[PATCH] D42730: [clang-tidy]] Add 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
Fri Feb 16 02:13:43 PST 2018


massberg updated this revision to Diff 134578.
massberg edited the summary of this revision.

https://reviews.llvm.org/D42730

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

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


More information about the cfe-commits mailing list