[PATCH] D36354: [clang-tidy] Implement type-based check for `gsl::owner`

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 10 03:56:07 PDT 2017


JonasToth updated this revision to Diff 110547.
JonasToth marked 10 inline comments as done.
JonasToth added a comment.

[Misc] address issues from aaron, especially refactor the big check function


https://reviews.llvm.org/D36354

Files:
  clang-tidy/cppcoreguidelines/CMakeLists.txt
  clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
  clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
  clang-tidy/cppcoreguidelines/OwningMemoryCheck.h
  clang-tidy/utils/Matchers.h
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/cppcoreguidelines-c-copy-assignment-signature.rst
  docs/clang-tidy/checks/cppcoreguidelines-owning-memory.rst
  docs/clang-tidy/checks/hicpp-explicit-conversions.rst
  docs/clang-tidy/checks/hicpp-function-size.rst
  docs/clang-tidy/checks/hicpp-invalid-access-moved.rst
  docs/clang-tidy/checks/hicpp-member-init.rst
  docs/clang-tidy/checks/hicpp-named-parameter.rst
  docs/clang-tidy/checks/hicpp-new-delete-operators.rst
  docs/clang-tidy/checks/hicpp-noexcept-move.rst
  docs/clang-tidy/checks/hicpp-special-member-functions.rst
  docs/clang-tidy/checks/hicpp-undelegated-constructor.rst
  docs/clang-tidy/checks/hicpp-use-equals-default.rst
  docs/clang-tidy/checks/hicpp-use-equals-delete.rst
  docs/clang-tidy/checks/hicpp-use-override.rst
  docs/clang-tidy/checks/list.rst
  test/clang-tidy/cppcoreguidelines-owning-memory.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36354.110547.patch
Type: text/x-patch
Size: 49740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170810/d88bec44/attachment-0001.bin>


More information about the cfe-commits mailing list