[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
Tue Feb 6 09:18:29 PST 2018


massberg updated this revision to Diff 133027.
massberg edited the summary of this revision.
massberg added a comment.

Addressed comments and renamed test to modernize-deprecated-functional


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.133027.patch
Type: text/x-patch
Size: 9705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180206/cf3c7b5e/attachment.bin>


More information about the cfe-commits mailing list