Fixed nested anonymous namespace regression

This commit is contained in:
Bartek Kryza
2023-03-04 11:51:52 +01:00
parent bad78c0c7a
commit d4d749ae34
3 changed files with 20 additions and 34 deletions

View File

@@ -75,9 +75,6 @@ model::namespace_ get_tag_namespace(const clang::TagDecl &declaration);
model::namespace_ get_template_namespace(
const clang::TemplateDecl &declaration);
std::optional<clanguml::common::model::namespace_> get_enclosing_namespace(
const clang::DeclContext *decl);
std::string to_string(const clang::QualType &type, const clang::ASTContext &ctx,
bool try_canonical = true);