WIP Refactoring alias template resolution based on clang canonical representation
This commit is contained in:
@@ -162,8 +162,9 @@ std::string ns(const cppast::cpp_type &t, const cppast::cpp_entity_index &idx)
|
||||
.get(idx)[0]
|
||||
.get());
|
||||
}
|
||||
else
|
||||
return "";
|
||||
else {
|
||||
return {};
|
||||
}
|
||||
}
|
||||
else {
|
||||
auto canon = cppast::to_string(t.canonical());
|
||||
|
||||
Reference in New Issue
Block a user