Fixed id resolution of callexpr callees by function declaration
This commit is contained in:
@@ -245,7 +245,9 @@ private:
|
||||
std::unique_ptr<clanguml::sequence_diagram::model::class_>>
|
||||
forward_declarations_;
|
||||
|
||||
std::map<int64_t, common::model::diagram_element::id_t> local_ast_id_map_;
|
||||
std::map</* local id from ->getID() */ int64_t,
|
||||
/* global ID based on full name */ common::model::diagram_element::id_t>
|
||||
local_ast_id_map_;
|
||||
|
||||
std::map<int64_t /* local anonymous struct id */,
|
||||
std::tuple<std::string /* field name */, common::model::relationship_t,
|
||||
|
||||
Reference in New Issue
Block a user