Verified Commit d4e25c8d authored by nagayama15's avatar nagayama15

chore: add todo

parent 5b51fc09
......@@ -24,7 +24,7 @@ namespace kyut::methods::function_ordering {
start,
end,
[](const auto& a, const auto& b) {
return a->name < b->name;
return a->name < b->name; // TODO: ordered by body
});
return size_bits;
......@@ -44,7 +44,7 @@ namespace kyut::methods::function_ordering {
start,
end,
[](const auto& a, const auto& b) {
return a->name < b->name;
return a->name < b->name; // TODO: ordered by body
});
return size_bits;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment