From 54baf2e57dd3cd39f35b4cf8c1b644cf617ba907 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Tue, 5 Jun 2012 22:00:52 +0000 Subject: PlistDiagnostics: force the ranges for control-flow edges to be single locations, forcing adjacent edges to have compatible ranges. This simplifies the layout logic for some clients. llvm-svn: 158028 --- clang/test/Analysis/inline-unique-reports.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'clang/test/Analysis/inline-unique-reports.c') diff --git a/clang/test/Analysis/inline-unique-reports.c b/clang/test/Analysis/inline-unique-reports.c index ae94267d2c2..6ae77e257e3 100644 --- a/clang/test/Analysis/inline-unique-reports.c +++ b/clang/test/Analysis/inline-unique-reports.c @@ -40,7 +40,7 @@ void test_bug_2() { // CHECK: // CHECK: // CHECK: line9 -// CHECK: col3 +// CHECK: col5 // CHECK: file0 // CHECK: // CHECK: @@ -53,7 +53,7 @@ void test_bug_2() { // CHECK: // CHECK: // CHECK: line10 -// CHECK: col3 +// CHECK: col5 // CHECK: file0 // CHECK: // CHECK: @@ -117,7 +117,7 @@ void test_bug_2() { // CHECK: // CHECK: // CHECK: line4 -// CHECK: col1 +// CHECK: col6 // CHECK: file0 // CHECK: // CHECK: @@ -182,3 +182,4 @@ void test_bug_2() { // CHECK: // CHECK: // CHECK: + -- cgit v1.2.3