Skip to content

Commit c2b5e71

Browse files
committed
NFC Clarify test comment
1 parent f4307e9 commit c2b5e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Analysis/out-of-bounds-new.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ void using_builtin(int x) {
188188
}
189189

190190
void using_assume_attr(int ax) {
191-
[[assume(ax > 100)]]; // NullStmt with an attribute
191+
[[assume(ax > 100)]]; // NullStmt with an "assume" attribute.
192192
arr[ax] = 405; // expected-warning{{Out of bound access to memory}}
193193
}
194194

0 commit comments

Comments
 (0)