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 a062b76 commit 91da739Copy full SHA for 91da739
clang/test/DebugInfo/ObjCXX/cyclic.mm
@@ -10,8 +10,9 @@
10
// CHECK-SAME: identifier:
11
// CHECK: ![[BMEMBERS]] = !{![[BB:[0-9]+]]}
12
B(struct A *);
13
-// CHECK: ![[BB]] = !DISubprogram(name: "B", scope: ![[B]]
14
-// CHECK-SAME: line: [[@LINE-2]],
+// CHECK: ![[BB]] = !DISubprogram(name: "B",
+// CHECK-SAME: scope: ![[B]]
15
+// CHECK-SAME: line: [[@LINE-3]],
16
// CHECK-SAME: type: ![[TY:[0-9]+]],
17
// CHECK: ![[TY]] = !DISubroutineType(types: ![[ARGS:[0-9]+]])
18
// CHECK: ![[ARGS]] = !{null, ![[THIS:[0-9]+]], !{{[^,]+}}}
0 commit comments