[PATCH] D13746: [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index

Matthias Gehre via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 17 15:46:09 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL253401: [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index (authored by mgehre).

Changed prior to commit:
  http://reviews.llvm.org/D13746?vs=39953&id=40449#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D13746

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/ProBoundsConstantArrayIndexCheck.cpp
  clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h
  clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-constant-array-index.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array-index.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13746.40449.patch
Type: text/x-patch
Size: 14432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151117/672e74c1/attachment-0001.bin>


More information about the cfe-commits mailing list