[PATCH] D22513: [clang-tidy] add check cppcoreguidelines-special-member-functions

Jonathan B Coe via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 30 02:06:46 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL277262: [clang-tidy] add check cppcoreguidelines-special-member-functions (authored by jbcoe).

Changed prior to commit:
  https://reviews.llvm.org/D22513?vs=66161&id=66219#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D22513

Files:
  clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
  clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.cpp
  clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-special-member-functions.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-special-member-functions-cxx-03.cpp
  clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-special-member-functions.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22513.66219.patch
Type: text/x-patch
Size: 17890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160730/c8d8ea65/attachment-0001.bin>


More information about the cfe-commits mailing list