We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1636d commit b0b3320Copy full SHA for b0b3320
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/pro-bounds-constant-array-index-c++03.cpp
@@ -1,7 +1,5 @@
1
// RUN: %check_clang_tidy -std=c++98-or-later %s cppcoreguidelines-pro-bounds-constant-array-index %t
2
3
-// Note: this test expects no diagnostics, but FileCheck cannot handle that,
4
-// hence the use of | count 0.
5
template <int index> struct B {
6
int get() {
7
// The next line used to crash the check (in C++03 mode only).
0 commit comments