You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to search for vulnerability code for unique_ptr moved twice. Therefore, I need to search for code snippets in the same block for double move statements. For example, { std::move(a); std::move(a) }
How can I search such code snippets?
p.s. I find that tree-sitter supports such feature.
The text was updated successfully, but these errors were encountered:
I want to search for vulnerability code for unique_ptr moved twice. Therefore, I need to search for code snippets in the same block for double move statements. For example,
{ std::move(a); std::move(a) }
How can I search such code snippets?
p.s. I find that tree-sitter supports such feature.
The text was updated successfully, but these errors were encountered: