Skip to content

Commit 342ef04

Browse files
authored
Update clang/test/Analysis/cxx23-assume-attribute.cpp
1 parent d4c4e14 commit 342ef04

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

clang/test/Analysis/cxx23-assume-attribute.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
// RUN: %clang_analyze_cc1 -std=c++23 -analyzer-checker=core,debug.ExprInspection -verify %s
52

63
template <typename T> void clang_analyzer_dump(T);
74
template <typename T> void clang_analyzer_value(T);

0 commit comments

Comments
 (0)