We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9cdfb commit 9983107Copy full SHA for 9983107
clang/test/CodeGenCXX/debug-info-scope.cpp
@@ -58,9 +58,9 @@ void func() {
58
// CHECK-NOT: line:
59
// CHECK-SAME: ){{$}}
60
for (int i : x) {
61
+ // CHECK: [[RANGE_FOR_BODY:![0-9]+]] = distinct !DILexicalBlock(scope: [[RANGE_FOR]],{{.*}} line: [[@LINE-1]])
62
// CHECK: = !DILocalVariable(name: "i"
63
// CHECK-SAME: scope: [[RANGE_FOR_BODY:![0-9]*]]
- // CHECK-SAME: line: [[@LINE-3]]
64
- // CHECK: [[RANGE_FOR_BODY]] = distinct !DILexicalBlock(scope: [[RANGE_FOR]],{{.*}} line: [[@LINE-4]])
+ // CHECK-SAME: line: [[@LINE-4]]
65
}
66
0 commit comments