Fixed basic template instantiation relationships
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include <clang-c/CXCompilationDatabase.h>
|
||||
#include <clang-c/Index.h>
|
||||
#include <cppast/cpp_entity.hpp>
|
||||
#include <cppast/cpp_type.hpp>
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -43,6 +44,8 @@ std::string full_name(const cppast::cpp_entity &e);
|
||||
|
||||
std::string fully_prefixed(const cppast::cpp_entity &e);
|
||||
|
||||
const cppast::cpp_type& unreferenced(const cppast::cpp_type &t);
|
||||
|
||||
} // namespace util
|
||||
} // namespace cx
|
||||
} // namespace clanguml
|
||||
|
||||
Reference in New Issue
Block a user