llcppsigfetch:qualified name whith tag

This commit is contained in:
luoliwoshang
2024-08-23 15:13:15 +08:00
parent cd19625522
commit c6336e920f
3 changed files with 39 additions and 18 deletions

View File

@@ -152,6 +152,23 @@ Type: a::b::c:
}
}
}
Type: class a::b::c:
{
"Name": {
"X": {
"Name": "c"
},
"Parent": {
"X": {
"Name": "b"
},
"Parent": {
"Name": "a"
}
}
},
"Tag": 3
}
#stderr
todo: unknown builtin type: Ibm128

View File

@@ -103,6 +103,14 @@ func TestNonBuiltinTypes() {
}
}
a::b::c`,
`namespace a {
namespace b {
class c {
};
}
}
class a::b::c`,
}
for _, t := range tests {