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 07ed382 commit e240faaCopy full SHA for e240faa
clang/test/3C/func_parm_bounds.c
@@ -46,4 +46,4 @@ int caller() {
46
return 0;
47
}
48
//CHECK_ALL: int arr _Checked[5];
49
-//CHECK_ALL: glob = _Assume_bounds_cast<_Array_ptr<int>>(malloc(gsize*sizeof(int)), byte_count(0));
+//CHECK_ALL: glob = malloc<int>(gsize*sizeof(int));
0 commit comments