diff options
| author | Anna Zaks <ganna@apple.com> | 2013-01-08 00:25:22 +0000 |
|---|---|---|
| committer | Anna Zaks <ganna@apple.com> | 2013-01-08 00:25:22 +0000 |
| commit | 58b961d1762a64d76e22ed60eec61a50ac556b8e (patch) | |
| tree | 06638c0cd5429d485be99102eab9bc2edbba281f /clang/test/Analysis/diagnostics | |
| parent | af48a938e3e058a31002ae85a22d833d1fc810d3 (diff) | |
| download | bcm5719-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/diagnostics')
4 files changed, 6 insertions, 6 deletions
diff --git a/clang/test/Analysis/diagnostics/deref-track-symbolic-region.c b/clang/test/Analysis/diagnostics/deref-track-symbolic-region.c index 3ba2707f1ae..2e624dfa89a 100644 --- a/clang/test/Analysis/diagnostics/deref-track-symbolic-region.c +++ b/clang/test/Analysis/diagnostics/deref-track-symbolic-region.c @@ -341,7 +341,7 @@ void test(struct S syz, int *pp) { //CHECK: <key>type</key><string>Dereference of null pointer</string> //CHECK: <key>issue_context_kind</key><string>function</string> //CHECK: <key>issue_context</key><string>test</string> -//CHECK: <key>issue_hash</key><integer>6</integer> +//CHECK: <key>issue_hash</key><string>6</string> //CHECK: <key>location</key> //CHECK: <dict> //CHECK: <key>line</key><integer>25</integer> diff --git a/clang/test/Analysis/diagnostics/undef-value-caller.c b/clang/test/Analysis/diagnostics/undef-value-caller.c index 627b334971b..b096d944b3b 100644 --- a/clang/test/Analysis/diagnostics/undef-value-caller.c +++ b/clang/test/Analysis/diagnostics/undef-value-caller.c @@ -152,7 +152,7 @@ int test_calling_unimportant_callee(int argc, char *argv[]) { //CHECK: <key>type</key><string>Garbage return value</string> //CHECK: <key>issue_context_kind</key><string>function</string> //CHECK: <key>issue_context</key><string>test_calling_unimportant_callee</string> -//CHECK: <key>issue_hash</key><integer>3</integer> +//CHECK: <key>issue_hash</key><string>3</string> //CHECK: <key>location</key> //CHECK: <dict> //CHECK: <key>line</key><integer>11</integer> diff --git a/clang/test/Analysis/diagnostics/undef-value-param.c b/clang/test/Analysis/diagnostics/undef-value-param.c index 88d87cfdced..26996dae2ad 100644 --- a/clang/test/Analysis/diagnostics/undef-value-param.c +++ b/clang/test/Analysis/diagnostics/undef-value-param.c @@ -470,7 +470,7 @@ double testPassingParentRegionStruct(int x) { // CHECK-NEXT: <key>type</key><string>Result of operation is garbage or undefined</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>7</integer> +// CHECK-NEXT: <key>issue_hash</key><string>7</string> // CHECK-NEXT: <key>location</key> // CHECK-NEXT: <dict> // CHECK-NEXT: <key>line</key><integer>25</integer> @@ -821,7 +821,7 @@ double testPassingParentRegionStruct(int x) { // CHECK-NEXT: <key>type</key><string>Result of operation is garbage or undefined</string> // CHECK-NEXT: <key>issue_context_kind</key><string>function</string> // CHECK-NEXT: <key>issue_context</key><string>testPassingParentRegionArray</string> -// CHECK-NEXT: <key>issue_hash</key><integer>4</integer> +// CHECK-NEXT: <key>issue_hash</key><string>4</string> // CHECK-NEXT: <key>location</key> // CHECK-NEXT: <dict> // CHECK-NEXT: <key>line</key><integer>41</integer> @@ -1172,7 +1172,7 @@ double testPassingParentRegionStruct(int x) { // 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>testPassingParentRegionStruct</string> -// CHECK-NEXT: <key>issue_hash</key><integer>5</integer> +// CHECK-NEXT: <key>issue_hash</key><string>5</string> // CHECK-NEXT: <key>location</key> // CHECK-NEXT: <dict> // CHECK-NEXT: <key>line</key><integer>61</integer> diff --git a/clang/test/Analysis/diagnostics/undef-value-param.m b/clang/test/Analysis/diagnostics/undef-value-param.m index d2a7a087b8c..55cba12829b 100644 --- a/clang/test/Analysis/diagnostics/undef-value-param.m +++ b/clang/test/Analysis/diagnostics/undef-value-param.m @@ -463,7 +463,7 @@ static void CreateRef(SCDynamicStoreRef *storeRef, unsigned x) { //CHECK: <key>type</key><string>null passed to CFRetain/CFRelease/CFMakeCollectable</string> //CHECK: <key>issue_context_kind</key><string>Objective-C method</string> //CHECK: <key>issue_context</key><string>test</string> -//CHECK: <key>issue_hash</key><integer>5</integer> +//CHECK: <key>issue_hash</key><string>5</string> //CHECK: <key>location</key> //CHECK: <dict> //CHECK: <key>line</key><integer>37</integer> |

