[PATCH] D35051: [clang-tidy] Add bugprone-undefined-memory-manipulation check.

Reka Kovacs via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 12 05:28:19 PDT 2017


rnkovacs updated this revision to Diff 106185.
rnkovacs retitled this revision from "[clang-tidy] Add misc-undefined-memory-manipulation check." to "[clang-tidy] Add bugprone-undefined-memory-manipulation check.".
rnkovacs edited the summary of this revision.
rnkovacs added a comment.

- Moved to module `bugprone`.
- Added summary of hits on LLVM in the description.


https://reviews.llvm.org/D35051

Files:
  clang-tidy/bugprone/BugproneTidyModule.cpp
  clang-tidy/bugprone/CMakeLists.txt
  clang-tidy/bugprone/UndefinedMemoryManipulationCheck.cpp
  clang-tidy/bugprone/UndefinedMemoryManipulationCheck.h
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/bugprone-undefined-memory-manipulation.rst
  docs/clang-tidy/checks/list.rst
  test/clang-tidy/bugprone-undefined-memory-manipulation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35051.106185.patch
Type: text/x-patch
Size: 13735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170712/78334fd9/attachment.bin>


More information about the cfe-commits mailing list