[PATCH] D12945: [PATCH] Add checker for objects that should not be value types

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 28 12:30:59 PDT 2015


aaron.ballman updated this revision to Diff 35900.
aaron.ballman marked 2 inline comments as done.
aaron.ballman added a comment.

Addresses review comments, also adds a documentation file.


http://reviews.llvm.org/D12945

Files:
  clang-tidy/misc/CMakeLists.txt
  clang-tidy/misc/MiscTidyModule.cpp
  clang-tidy/misc/NonCopyableObjects.cpp
  clang-tidy/misc/NonCopyableObjects.h
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/misc-non-copyable-objects.rst
  test/clang-tidy/misc-non-copyable-objects.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12945.35900.patch
Type: text/x-patch
Size: 8766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150928/ff428bf6/attachment-0001.bin>


More information about the cfe-commits mailing list