[PATCH] D13311: [clang-tidy] Add check misc-pointer-arithmetic

Matthias Gehre via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 1 14:47:55 PDT 2015


mgehre updated this revision to Diff 36305.
mgehre added a comment.

Remove inclusion of misc-no-reinterpret-cast in this patch set


http://reviews.llvm.org/D13311

Files:
  clang-tidy/cppcoreguidelines/CMakeLists.txt
  clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
  clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp
  clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.h
  docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-pointer-arithmetic.rst
  docs/clang-tidy/checks/list.rst
  test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13311.36305.patch
Type: text/x-patch
Size: 8826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151001/7f85420f/attachment.bin>


More information about the cfe-commits mailing list