summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/other/1533141
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/other/1533141')
-rw-r--r--results/classifier/deepseek-2-tmp/output/other/153314116
1 files changed, 0 insertions, 16 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/other/1533141 b/results/classifier/deepseek-2-tmp/output/other/1533141
deleted file mode 100644
index 42761df9a..000000000
--- a/results/classifier/deepseek-2-tmp/output/other/1533141
+++ /dev/null
@@ -1,16 +0,0 @@
-
-qemu/disas/libvixl/vixl/invalset.h: 2 * sanity check after use ?
-
-1.
-
-[qemu/disas/libvixl/vixl/invalset.h:442]: (style) Array index 'low' is used before limits check.
-
- while (!IsValid(elements[low]) && (low < high)) ++low;
-
-2.
-
-[qemu/disas/libvixl/vixl/invalset.h:450]: (style) Array index 'middle' is used before limits check.
-
-  while (!IsValid(elements[middle]) && (middle < high - 1)) ++middle;
-
-Also, binary search is a standard C library routine. Suggest use.
\ No newline at end of file