summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-11-18 02:14:35 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-11-18 02:14:35 +0000
commit67361cc2e1a3988aea7c4fdbc9bb0ee28d601cff (patch)
tree9e9b48fcc7c8d48b3dca95fe6c55ed90f1824724 /clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
parent1cbe0e212a949b8491d14b5f23445ec52329e1dc (diff)
downloadbcm5719-llvm-67361cc2e1a3988aea7c4fdbc9bb0ee28d601cff.tar.gz
bcm5719-llvm-67361cc2e1a3988aea7c4fdbc9bb0ee28d601cff.zip
Revert r253401, "[clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index"
cppcoreguidelines-pro-bounds-constant-array-index.cpp is failing in several hosts. llvm-svn: 253428
Diffstat (limited to 'clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt')
-rw-r--r--clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt b/clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
index d466ca83566..3bf729cbd10 100644
--- a/clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
+++ b/clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
@@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangTidyCppCoreGuidelinesModule
CppCoreGuidelinesTidyModule.cpp
ProBoundsArrayToPointerDecayCheck.cpp
- ProBoundsConstantArrayIndexCheck.cpp
ProBoundsPointerArithmeticCheck.cpp
ProTypeConstCastCheck.cpp
ProTypeCstyleCastCheck.cpp
OpenPOWER on IntegriCloud