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 d4c4e14 commit 342ef04Copy full SHA for 342ef04
clang/test/Analysis/cxx23-assume-attribute.cpp
@@ -1,7 +1,4 @@
1
-// RUN: %clang_analyze_cc1 -std=c++11 -Wno-array-bounds -verify %s \
2
-// RUN: -analyzer-checker=unix,core,alpha.security.ArrayBoundV2,debug.ExprInspection
3
-
4
-// TODO: fix the checker arguments
+// RUN: %clang_analyze_cc1 -std=c++23 -analyzer-checker=core,debug.ExprInspection -verify %s
5
6
template <typename T> void clang_analyzer_dump(T);
7
template <typename T> void clang_analyzer_value(T);
0 commit comments