[PATCH] D118249: [demangler] remove StdQualifiedName
Nathan Sidwell via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 27 04:12:05 PST 2022
urnathan added a comment.
No, sorry for being unclear.
std::name (St4Name)-> we would use StdQualifiedName
std::name1::name2 (NSt5Name15Name2E)-> we would use NestedName (std, ...)
std::name1<Inst> (NSt5Name1I4InstEE)-> we would also use NestedName (std, ...)
this patch moves to using NestedName in all these cases. (The other substitutions, such as 'Sa' remain unchanged)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118249/new/
https://reviews.llvm.org/D118249
More information about the llvm-commits
mailing list