summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/casts.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/casts.m')
-rw-r--r--clang/test/Analysis/casts.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Analysis/casts.m b/clang/test/Analysis/casts.m
index 0560692d815..1a78940eee2 100644
--- a/clang/test/Analysis/casts.m
+++ b/clang/test/Analysis/casts.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s
+// expected-no-diagnostics
// Test function pointer casts. Currently we track function addresses using
// loc::FunctionVal. Because casts can be arbitrary, do we need to model
OpenPOWER on IntegriCloud