]> granicus.if.org Git - clang/commitdiff
[analyzer] Fix a merge error in -analyzer-config tests.
authorArtem Dergachev <artem.dergachev@gmail.com>
Sat, 10 Feb 2018 03:04:59 +0000 (03:04 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Sat, 10 Feb 2018 03:04:59 +0000 (03:04 +0000)
It was introduced when two -analyzer-config options were added almost
simultaneously in r324793 and r324668 and the option count was not
rebased correctly in the tests.

Fixes the buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@324801 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/analyzer-config.c
test/Analysis/analyzer-config.cpp

index 9575784e086d89e88e5903103f7812ba92136f3e..78868a562552fd5815cbebeff766b3a7c55f97ed 100644 (file)
@@ -34,4 +34,4 @@ void foo() {
 // CHECK-NEXT: unroll-loops = false
 // CHECK-NEXT: widen-loops = false
 // CHECK-NEXT: [stats]
-// CHECK-NEXT: num-entries = 21
+// CHECK-NEXT: num-entries = 22
index c89077f53430e3a93150750b0170605206592fc3..b42f03780d4f5f8582b9ffd8564b271e68e54a26 100644 (file)
@@ -45,4 +45,4 @@ public:
 // CHECK-NEXT: unroll-loops = false
 // CHECK-NEXT: widen-loops = false
 // CHECK-NEXT: [stats]
-// CHECK-NEXT: num-entries = 26
+// CHECK-NEXT: num-entries = 27