[PATCH] D13311: [clang-tidy] Add check cppcoreguidelines-pro-bounds-pointer-arithmetic

Matthias Gehre via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 12 14:55:23 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL250116: [clang-tidy] new check cppcoreguidelines-pro-bounds-pointer-arithmetic (authored by mgehre).

Changed prior to commit:
  http://reviews.llvm.org/D13311?vs=36564&id=37183#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D13311

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/ProBoundsPointerArithmeticCheck.cpp
  clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.h
  clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-pointer-arithmetic.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13311.37183.patch
Type: text/x-patch
Size: 9866 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151012/b7f7b29b/attachment-0001.bin>


More information about the cfe-commits mailing list