All test cases passing

This commit is contained in:
Bartek Kryza
2022-08-28 14:38:26 +02:00
parent 1cf3ceff7b
commit 0701a082e9
5 changed files with 34 additions and 23 deletions

View File

@@ -52,10 +52,7 @@ template <> id_t to_id(const clang::CXXRecordDecl &declaration)
template <> id_t to_id(const clang::EnumType &t) { return to_id(*t.getDecl()); }
template <> id_t to_id(const clang::TemplateSpecializationType &t)
{
return t.getTemplateName().getAsTemplateDecl()->getID();
}
// template <> id_t to_id(const clang::TemplateSpecializationType &t);
template <> id_t to_id(const std::filesystem::path &file)
{