summaryrefslogtreecommitdiff
path: root/test/Analysis
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-11-14 21:59:21 +0000
committerTed Kremenek <kremenek@apple.com>2011-11-14 21:59:21 +0000
commit4c42bb7815e4f6317826767f8c53776ae03b4028 (patch)
tree27ed000e0e6e3e5e943f7eba2d57699c06ccd13b /test/Analysis
parent729aa06b9d190ce01eccb7108415e698fc52f6f4 (diff)
downloadclang-4c42bb7815e4f6317826767f8c53776ae03b4028.tar.gz
[static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicate if a message was due to a property access. This can
potentially be refactored for other clients, and this is a regression from the refactoring of property acceses. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144571 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/retain-release-path-notes.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Analysis/retain-release-path-notes.m b/test/Analysis/retain-release-path-notes.m
index dfe44748e6..f9676d1abd 100644
--- a/test/Analysis/retain-release-path-notes.m
+++ b/test/Analysis/retain-release-path-notes.m
@@ -3,7 +3,6 @@
// This actually still works after the pseudo-object refactor, it just
// uses messages that say 'method' instead of 'property'. Ted wanted
// this xfailed and filed as a bug. rdar://problem/10402993
-// XFAIL: *
/***
This file is for testing the path-sensitive notes for retain/release errors.