diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-04-29 01:50:12 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-04-29 01:50:12 +0000 |
commit | 2fc3259293282a428f71520805720ecc9e50af9f (patch) | |
tree | 1d58d667bc2fba0b2de22d4c09dbb0ab790e92bf /test/Analysis/casts.c | |
parent | dbec033d4d523ab003d4e9a9ab9479d16342fe15 (diff) |
XFAIL the test case.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70356 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/casts.c')
-rw-r--r-- | test/Analysis/casts.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Analysis/casts.c b/test/Analysis/casts.c index bea63ffa25..8b284e12c7 100644 --- a/test/Analysis/casts.c +++ b/test/Analysis/casts.c @@ -1,3 +1,6 @@ +// RUN: clang-cc -analyze -checker-cfref -analyzer-store=region --verify %s +// XFAIL + struct sockaddr_storage { int d; }; |