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 2ee5601 commit baee3dfCopy full SHA for baee3df
clang/test/DebugInfo/CXX/artificial-arg.cpp
@@ -25,7 +25,8 @@ int main(int argc, char **argv) {
25
// CHECK: ![[CLASSTYPE:.*]] = distinct !DICompositeType(tag: DW_TAG_class_type, name: "A",
26
// CHECK-SAME: identifier: "_ZTS1A"
27
// CHECK: ![[ARTARG:.*]] = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: ![[CLASSTYPE]],{{.*}} DIFlagArtificial
28
-// CHECK: !DISubprogram(name: "A", scope: ![[CLASSTYPE]]
+// CHECK: !DISubprogram(name: "A"
29
+// CHECK-SAME: scope: ![[CLASSTYPE]]
30
// CHECK-SAME: line: 12
31
// CHECK-SAME: DIFlagPublic
32
// CHECK: !DISubroutineType(types: [[FUNCTYPE:![0-9]*]])
0 commit comments