Fix handling of template template arguments which are not expressions (#199)
This commit is contained in:
@@ -238,6 +238,11 @@ std::string to_string(const clang::Expr *expr)
|
||||
return result;
|
||||
}
|
||||
|
||||
std::string to_string(const clang::ValueDecl *val)
|
||||
{
|
||||
return val->getQualifiedNameAsString();
|
||||
}
|
||||
|
||||
std::string to_string(const clang::Stmt *stmt)
|
||||
{
|
||||
const clang::LangOptions lang_options;
|
||||
|
||||
Reference in New Issue
Block a user