summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/inlining/eager-reclamation-path-notes.c
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2013-01-08 00:25:22 +0000
committerAnna Zaks <ganna@apple.com>2013-01-08 00:25:22 +0000
commit58b961d1762a64d76e22ed60eec61a50ac556b8e (patch)
tree06638c0cd5429d485be99102eab9bc2edbba281f /clang/test/Analysis/inlining/eager-reclamation-path-notes.c
parentaf48a938e3e058a31002ae85a22d833d1fc810d3 (diff)
downloadbcm5719-llvm-58b961d1762a64d76e22ed60eec61a50ac556b8e.tar.gz
bcm5719-llvm-58b961d1762a64d76e22ed60eec61a50ac556b8e.zip
[analyzer] Plist: change the type of issue_hash from int to string.
This gives more flexibility to what could be stored as issue_hash. llvm-svn: 171824
Diffstat (limited to 'clang/test/Analysis/inlining/eager-reclamation-path-notes.c')
-rw-r--r--clang/test/Analysis/inlining/eager-reclamation-path-notes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/inlining/eager-reclamation-path-notes.c b/clang/test/Analysis/inlining/eager-reclamation-path-notes.c
index 6c7c05aa401..c7a0b24bec9 100644
--- a/clang/test/Analysis/inlining/eager-reclamation-path-notes.c
+++ b/clang/test/Analysis/inlining/eager-reclamation-path-notes.c
@@ -320,7 +320,7 @@ void testChainedCalls() {
// CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string>
// CHECK-NEXT: <key>issue_context_kind</key><string>function</string>
// CHECK-NEXT: <key>issue_context</key><string>use</string>
-// CHECK-NEXT: <key>issue_hash</key><integer>1</integer>
+// CHECK-NEXT: <key>issue_hash</key><string>1</string>
// CHECK-NEXT: <key>location</key>
// CHECK-NEXT: <dict>
// CHECK-NEXT: <key>line</key><integer>6</integer>
@@ -777,7 +777,7 @@ void testChainedCalls() {
// CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string>
// CHECK-NEXT: <key>issue_context_kind</key><string>function</string>
// CHECK-NEXT: <key>issue_context</key><string>use2</string>
-// CHECK-NEXT: <key>issue_hash</key><integer>1</integer>
+// CHECK-NEXT: <key>issue_hash</key><string>1</string>
// CHECK-NEXT: <key>location</key>
// CHECK-NEXT: <dict>
// CHECK-NEXT: <key>line</key><integer>28</integer>
OpenPOWER on IntegriCloud