Added function and method arguments in sequence diagrams
This commit is contained in:
@@ -70,6 +70,7 @@ void translation_unit_visitor::set_source_location(
|
||||
element.set_file(source_manager_.getFilename(decl.getLocation()).str());
|
||||
element.set_line(
|
||||
source_manager_.getSpellingLineNumber(decl.getLocation()));
|
||||
element.set_location_id(decl.getLocation().getHashValue());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user