From 3176e97f130184ece0e1a21352c8124cc83ff24a Mon Sep 17 00:00:00 2001 From: dim Date: Wed, 30 Dec 2015 11:49:41 +0000 Subject: Vendor import of clang trunk r256633: https://llvm.org/svn/llvm-project/cfe/trunk@256633 --- test/Analysis/method-call-path-notes.cpp | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'test/Analysis/method-call-path-notes.cpp') diff --git a/test/Analysis/method-call-path-notes.cpp b/test/Analysis/method-call-path-notes.cpp index bb6964d..8eb07d5 100644 --- a/test/Analysis/method-call-path-notes.cpp +++ b/test/Analysis/method-call-path-notes.cpp @@ -144,9 +144,11 @@ void test_cast(const TestInstanceCall *p) { // CHECK-NEXT: categoryLogic error // CHECK-NEXT: typeCalled C++ object pointer is uninitialized // CHECK-NEXT: check_namecore.CallAndMessage +// CHECK-NEXT: +// CHECK-NEXT: issue_hash_content_of_line_in_context8c0cdb645ae6be246ed75941dcefd32d // CHECK-NEXT: issue_context_kindfunction // CHECK-NEXT: issue_contexttest_ic -// CHECK-NEXT: issue_hash2 +// CHECK-NEXT: issue_hash_function_offset2 // CHECK-NEXT: location // CHECK-NEXT: // CHECK-NEXT: line14 @@ -254,9 +256,11 @@ void test_cast(const TestInstanceCall *p) { // CHECK-NEXT: categoryLogic error // CHECK-NEXT: typeCalled C++ object pointer is null // CHECK-NEXT: check_namecore.CallAndMessage +// CHECK-NEXT: +// CHECK-NEXT: issue_hash_content_of_line_in_context98e39ef0e4bbc0b9b2b1832285634d67 // CHECK-NEXT: issue_context_kindfunction // CHECK-NEXT: issue_contexttest_ic_null -// CHECK-NEXT: issue_hash2 +// CHECK-NEXT: issue_hash_function_offset2 // CHECK-NEXT: location // CHECK-NEXT: // CHECK-NEXT: line19 @@ -398,9 +402,11 @@ void test_cast(const TestInstanceCall *p) { // CHECK-NEXT: categoryLogic error // CHECK-NEXT: typeCalled C++ object pointer is null // CHECK-NEXT: check_namecore.CallAndMessage +// CHECK-NEXT: +// CHECK-NEXT: issue_hash_content_of_line_in_context84f3d9d5009d2ac455b46b4aae88f67f // CHECK-NEXT: issue_context_kindfunction // CHECK-NEXT: issue_contexttest_ic_set_to_null -// CHECK-NEXT: issue_hash3 +// CHECK-NEXT: issue_hash_function_offset3 // CHECK-NEXT: location // CHECK-NEXT: // CHECK-NEXT: line25 @@ -542,9 +548,11 @@ void test_cast(const TestInstanceCall *p) { // CHECK-NEXT: categoryLogic error // CHECK-NEXT: typeCalled C++ object pointer is null // CHECK-NEXT: check_namecore.CallAndMessage +// CHECK-NEXT: +// CHECK-NEXT: issue_hash_content_of_line_in_contextc5bd8e35fb6da070914016804720ae4d // CHECK-NEXT: issue_context_kindfunction // CHECK-NEXT: issue_contexttest_ic_null -// CHECK-NEXT: issue_hash2 +// CHECK-NEXT: issue_hash_function_offset2 // CHECK-NEXT: location // CHECK-NEXT: // CHECK-NEXT: line30 @@ -652,9 +660,11 @@ void test_cast(const TestInstanceCall *p) { // CHECK-NEXT: categoryLogic error // CHECK-NEXT: typeCalled C++ object pointer is null // CHECK-NEXT: check_namecore.CallAndMessage +// CHECK-NEXT: +// CHECK-NEXT: issue_hash_content_of_line_in_context4681ee922f6860377317b26b3a4bb5d4 // CHECK-NEXT: issue_context_kindfunction // CHECK-NEXT: issue_contexttest_ic_member_ptr -// CHECK-NEXT: issue_hash4 +// CHECK-NEXT: issue_hash_function_offset4 // CHECK-NEXT: location // CHECK-NEXT: // CHECK-NEXT: line37 @@ -796,9 +806,11 @@ void test_cast(const TestInstanceCall *p) { // CHECK-NEXT: categoryLogic error // CHECK-NEXT: typeCalled C++ object pointer is null // CHECK-NEXT: check_namecore.CallAndMessage +// CHECK-NEXT: +// CHECK-NEXT: issue_hash_content_of_line_in_contexte23397f9f2eff1b08593c2b2db137494 // CHECK-NEXT: issue_context_kindfunction // CHECK-NEXT: issue_contexttest_cast -// CHECK-NEXT: issue_hash2 +// CHECK-NEXT: issue_hash_function_offset2 // CHECK-NEXT: location // CHECK-NEXT: // CHECK-NEXT: line42 -- cgit v1.1