summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/inline-plist.c
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2012-03-14 18:58:28 +0000
committerAnna Zaks <ganna@apple.com>2012-03-14 18:58:28 +0000
commitd4e9059fe0af95c0b0ef75f99e8c1a5b005c3ca2 (patch)
tree2da0a00914c956a88f05450083588d8a7666c0e5 /clang/test/Analysis/inline-plist.c
parenta88fdd3cddb4eb9d0e3d783eb06ebdbd7d311b65 (diff)
downloadbcm5719-llvm-d4e9059fe0af95c0b0ef75f99e8c1a5b005c3ca2.tar.gz
bcm5719-llvm-d4e9059fe0af95c0b0ef75f99e8c1a5b005c3ca2.zip
[analyzer] Diagnostics: Supply Caller information even if the bug occurs
in the callee. llvm-svn: 152734
Diffstat (limited to 'clang/test/Analysis/inline-plist.c')
-rw-r--r--clang/test/Analysis/inline-plist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/inline-plist.c b/clang/test/Analysis/inline-plist.c
index 15b2070f239..852e93dff66 100644
--- a/clang/test/Analysis/inline-plist.c
+++ b/clang/test/Analysis/inline-plist.c
@@ -281,7 +281,7 @@ void test_has_bug() {
// CHECK: </dict>
// CHECK: <key>depth</key><integer>1</integer>
// CHECK: <key>extended_message</key>
-// CHECK: <string>Entered call
+// CHECK: <string>Entered call from &apos;test_has_bug&apos;</string>
// CHECK: <key>message</key>
// CHECK: <string>Entered call
// CHECK: </dict>
OpenPOWER on IntegriCloud