summaryrefslogtreecommitdiffstats
path: root/test/Analysis/sizeofpointer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/sizeofpointer.c')
-rw-r--r--test/Analysis/sizeofpointer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/sizeofpointer.c b/test/Analysis/sizeofpointer.c
index 82fda04..6d0a2c4 100644
--- a/test/Analysis/sizeofpointer.c
+++ b/test/Analysis/sizeofpointer.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -warn-sizeof-pointer -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core.experimental.SizeofPtr -verify %s
struct s {
};
OpenPOWER on IntegriCloud